mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
style: Add eslint
This commit is contained in:
19
.eslintrc.js
Normal file
19
.eslintrc.js
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
module.exports = {
|
||||||
|
"env": {
|
||||||
|
"browser": true,
|
||||||
|
"commonjs": true,
|
||||||
|
"es6": true,
|
||||||
|
"node": true
|
||||||
|
},
|
||||||
|
"extends": "eslint:recommended",
|
||||||
|
"globals": {
|
||||||
|
"Atomics": "readonly",
|
||||||
|
"SharedArrayBuffer": "readonly"
|
||||||
|
},
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 2018
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"one-var": ["warn", { "initialized": "never" }]
|
||||||
|
}
|
||||||
|
}
|
||||||
783
package-lock.json
generated
783
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -37,6 +37,7 @@
|
|||||||
"@node-minify/core": "^4.0.5",
|
"@node-minify/core": "^4.0.5",
|
||||||
"@node-minify/uglify-es": "^4.0.5",
|
"@node-minify/uglify-es": "^4.0.5",
|
||||||
"cypress": "^3.3.1",
|
"cypress": "^3.3.1",
|
||||||
|
"eslint": "^5.16.0",
|
||||||
"http-server": "^0.11.1"
|
"http-server": "^0.11.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user