mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-01-18 16:37:21 +01:00
chore: switch to rely on eslint
This commit is contained in:
25
.lint
25
.lint
@@ -1,25 +0,0 @@
|
||||
@root
|
||||
|
||||
module
|
||||
|
||||
indent 2
|
||||
maxlen 100
|
||||
tabs
|
||||
|
||||
ass
|
||||
plusplus
|
||||
nomen
|
||||
vars
|
||||
|
||||
predef+ setTimeout, clearTimeout
|
||||
|
||||
./lib/_base.js
|
||||
bitwise
|
||||
|
||||
./lib/ext/max.js
|
||||
bitwise
|
||||
continue
|
||||
|
||||
./benchmark
|
||||
sub
|
||||
predef+ console
|
||||
13
package.json
13
package.json
@@ -35,14 +35,17 @@
|
||||
"timers-ext": "0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.2.0",
|
||||
"eslint-config-medikoo-es5": "^1.4.1",
|
||||
"plain-promise": "^0.1.1",
|
||||
"tad": "^0.2.7",
|
||||
"xlint": "^0.2.2",
|
||||
"xlint-jslint-medikoo": "^0.1.4"
|
||||
"tad": "^0.2.7"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "medikoo-es5",
|
||||
"root": true
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npm run lint-medikoo -- --no-cache --no-stream",
|
||||
"lint-console": "npm run lint-medikoo -- --watch",
|
||||
"lint": "eslint --ignore-path=.gitignore .",
|
||||
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
|
||||
"test": "tad"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user