Skip to content

Commit

Permalink
Moving towards a self-sufficient eslint config (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Joseph committed Dec 9, 2024
1 parent e20402b commit 7b19a45
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tichu-clients/packages/tichu-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,26 @@
"build-storybook": "storybook build"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"react-app",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"prettier"
],
"ignorePatterns": [
"build",
"lib",
"node_modules"
],
"overrides": [
{
"files": [
Expand Down

0 comments on commit 7b19a45

Please sign in to comment.