Skip to content

Commit 513ac70

Browse files
committed
chore: remove eslint
1 parent 766e5cf commit 513ac70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"scripts": {
1010
"build": "textlint-scripts build",
1111
"prepublish": "npm run --if-present build",
12-
"test": "npm-run-all lint test:unit",
13-
"lint": "eslint --fix src test",
14-
"test:unit": "textlint-scripts test",
12+
"test": "textlint-scripts test",
1513
"precommit": "lint-staged",
1614
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
1715
"prepare": "git config --local core.hooksPath .githooks"

0 commit comments

Comments
 (0)