Skip to content

Commit

Permalink
fix: remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 23, 2022
1 parent 4ec01f0 commit 9f0b821
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 37 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@
"prettier": {
"singleQuote": false,
"printWidth": 120,
"tabWidth": 4,"trailingComma": "none"
"tabWidth": 4,
"trailingComma": "none"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
}
}
}
5 changes: 0 additions & 5 deletions packages/match-test-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
"test": "mocha 'test/**/*.ts'",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand Down
6 changes: 0 additions & 6 deletions packages/nlcst-parse-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"test": "mocha 'test/**/*.ts'",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand All @@ -58,7 +53,6 @@
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/nlcst-parse-japanese/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"test": "mocha 'test/**/*.ts'",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand All @@ -55,7 +50,6 @@
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/nlcst-pattern-match/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
"update-snapshot": "SNAPSHOT_UPDATE=1 npm test",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand All @@ -59,7 +54,6 @@
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"nlcst-parse-english": "^1.1.5",
"nlcst-parse-japanese": "^1.2.3",
Expand Down
6 changes: 0 additions & 6 deletions packages/nlcst-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
"test": "mocha 'test/**/*.ts'",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand All @@ -52,7 +47,6 @@
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/unist-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
"test": "mocha 'test/**/*.ts'",
"watch": "tsc -p . --watch"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write"
]
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
Expand All @@ -48,7 +43,6 @@
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
Expand Down

0 comments on commit 9f0b821

Please sign in to comment.