Skip to content

Commit c47dddf

Browse files
committed
Revert "fix: fix pre-commit prettier linting and add json linting (#189)"
This reverts commit 047415d. Release-As: 2.2.1
1 parent 11d7ec0 commit c47dddf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/prettier"],
2+
"extends": ["@gravity-ui/eslint-config", "prettier"],
33
"root": true,
44
"overrides": [
55
{

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
],
5858
"*.{js,jsx,ts,tsx}": [
5959
"eslint --fix --quiet"
60-
],
61-
"*.{json}": [
62-
"prettier --write"
6360
]
6461
},
6562
"jest": {

0 commit comments

Comments
 (0)