Skip to content

Commit

Permalink
fixup! 99c2b80
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 11, 2023
1 parent 9b731a1 commit 0f73ec8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/prettier"],
"extends": ["@gravity-ui/eslint-config"],
"root": true
}
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@gravity-ui/prettier-config"
1 change: 0 additions & 1 deletion .prettierrc.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
"typescript": "^5.2.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --max-warnings=0 --fix",
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --max-warnings=0 --fix -c eslint.publish.json",
"prettier --write"
],
"*.{css,scss}": [
"src/**/*.{css,scss}": [
"stylelint --fix",
"prettier --write"
],
"*.{json,yaml,yml,md}": [
"src/**/*.{json,yaml,yml,md}": [
"prettier --write"
],
"*.svg": [
Expand Down
2 changes: 1 addition & 1 deletion src/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@yandex-cloud/eslint-config/client"
"extends": "@gravity-ui/eslint-config/client"
}

0 comments on commit 0f73ec8

Please sign in to comment.