Skip to content

Commit

Permalink
feat!: update to uikit 6 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Apr 10, 2024
1 parent 0403823 commit 1a3154d
Show file tree
Hide file tree
Showing 500 changed files with 7,339 additions and 5,985 deletions.
24 changes: 19 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/prettier"],
"extends": [
"@gravity-ui/eslint-config",
"@gravity-ui/eslint-config/import-order",
"@gravity-ui/eslint-config/prettier",
],
"root": true,
"overrides": [
{
"files": ["config-overrides.js", "commitlint.config.js"],
"env": {
"node": true
}
}
]
"node": true,
},
},
],
"parserOptions": {
"project": "./tsconfig.json",
},
"rules": {
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
"@typescript-eslint/consistent-type-imports": [
"error",
{"prefer": "type-imports", "fixStyle": "separate-type-imports"},
],
},
}
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
npx commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@gravity-ui/stylelint-config/prettier"
],
"rules": {
"declaration-colon-space-after": "always-single-line",
"declaration-no-important": null
}
}
Loading

0 comments on commit 1a3154d

Please sign in to comment.