Skip to content

Commit

Permalink
Merge pull request #294 from sima-land/292-badge-as-prop
Browse files Browse the repository at this point in the history
Шаг 2 #292
  • Loading branch information
krutoo authored Sep 27, 2024
2 parents 8701526 + d239060 commit 17ba570
Show file tree
Hide file tree
Showing 25 changed files with 4,562 additions and 14,561 deletions.
34 changes: 0 additions & 34 deletions .eslintrc.cjs

This file was deleted.

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
npm test
3 changes: 0 additions & 3 deletions .husky/pre-push
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run type-check
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix --ext .js,.jsx,.ts,.tsx"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix src"],
"*.{css,scss}": ["prettier --write", "stylelint"]
}
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import simaland from '@sima-land/linters/eslint';

export default [...simaland];
Loading

0 comments on commit 17ba570

Please sign in to comment.