Skip to content

Commit

Permalink
chore(bar): setup eslint-ts-react
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 30, 2022
1 parent 02d45b4 commit 0d625c4
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@commitlint/cli": "^17.1.2",
"@muravjev/configs-commitlint": "^0.2.0",
"@muravjev/configs-eslint-ts": "^0.1.4",
"@muravjev/configs-eslint-ts-react": "^0.1.3",
"@muravjev/configs-jest-ts": "^0.1.7",
"@muravjev/configs-prettier": "^0.1.3",
"@muravjev/configs-remark": "^0.1.3",
Expand Down
1 change: 1 addition & 0 deletions packages/bar/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@muravjev/configs-eslint-ts-react');
187 changes: 187 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d625c4

Please sign in to comment.