зеркало из https://github.com/mozilla/mozjexl.git
Add eslint and configs
This commit is contained in:
Родитель
5a3caa147f
Коммит
647923a273
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
node: true,
|
||||
es6: true
|
||||
},
|
||||
extends: ["eslint:recommended", "plugin:prettier/recommended"]
|
||||
};
|
|
@ -9,7 +9,7 @@
|
|||
"scripts": {
|
||||
"test": "istanbul cover _mocha -- -R spec --recursive test",
|
||||
"prepublish": "gulp",
|
||||
"lint": "prettier --list-different 'lib/**' 'test/**' gulpfile.js"
|
||||
"lint": "eslint lib test gulpfile.js .eslintrc.js --ignore-pattern '!.eslintrc.js'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -50,6 +50,9 @@
|
|||
"vinyl-transform": "=1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^4.18.1",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"prettier": "^1.10.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
mocha: true
|
||||
}
|
||||
};
|
Загрузка…
Ссылка в новой задаче