Skip to content

Commit 72d51aa

Browse files
committed
remove eslint
1 parent 5b3ceb7 commit 72d51aa

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.eslintrc.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"test": "npm run test:default && npm run test:no-compression && npm run test:brotli-compression",
1818
"test:default": "node index && cat pipe.js | node pipe --name pipe.js --max-size 1kB",
1919
"test:no-compression": "cat pipe.js | node pipe --compression none --name pipe.js",
20-
"test:brotli-compression": "cat pipe.js | node pipe --compression brotli --name pipe.js",
21-
"lint": "eslint src store/*.js"
20+
"test:brotli-compression": "cat pipe.js | node pipe --compression brotli --name pipe.js"
2221
},
2322
"keywords": [
2423
"library",
@@ -63,7 +62,7 @@
6362
],
6463
"lint-staged": {
6564
"*.js": [
66-
"eslint --fix",
65+
"prettier",
6766
"git add"
6867
]
6968
},
@@ -77,15 +76,6 @@
7776
"babel-preset-es2015": "^7.0.0-beta.3",
7877
"babel-preset-stage-3": "^7.0.0-beta.3",
7978
"babel-traverse": "^7.0.0-beta.3",
80-
"eslint": "^4.5.0",
81-
"eslint-config-airbnb-base": "^12.0.0",
82-
"eslint-config-prettier": "^2.3.0",
83-
"eslint-config-standard": "^10.2.1",
84-
"eslint-plugin-import": "^2.7.0",
85-
"eslint-plugin-node": "^5.1.1",
86-
"eslint-plugin-prettier": "^2.2.0",
87-
"eslint-plugin-promise": "^3.5.0",
88-
"eslint-plugin-standard": "^3.0.1",
8979
"husky": "^0.14.3",
9080
"lint-staged": "^7.1.1",
9181
"prettier": "^1.6.0"

0 commit comments

Comments
 (0)