Updated eslint
Eslint has been moved from dependencies to devDependencies. The .eslintrc file has been updated to enable ecma 2015 features, and a .eslintignore file has been added with common file exclusions. Change-Id: Icb12699bc1517bd4d1ab7e8632d57dc8e32524e5
This commit is contained in:
parent
02daa2e338
commit
0e09469508
6
.eslintignore
Normal file
6
.eslintignore
Normal file
@ -0,0 +1,6 @@
|
||||
dist
|
||||
.npm
|
||||
node_modules
|
||||
npm-debug.log
|
||||
package
|
||||
doc
|
@ -17,8 +17,8 @@
|
||||
"author": "OpenStack <openstack-dev@lists.openstack.org>",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "http://www.openstack.org/",
|
||||
"dependencies": {
|
||||
"eslint": "^1.5.1",
|
||||
"eslint-config-openstack": "^1.2.4"
|
||||
"devDependencies": {
|
||||
"eslint": "^2.4.0",
|
||||
"eslint-config-openstack": "2.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user