Skip to content

Commit ac3f0ee

Browse files
committed
try to reconcile linting
1 parent b2e51d1 commit ac3f0ee

File tree

11 files changed

+13007
-14326
lines changed

11 files changed

+13007
-14326
lines changed

.eslintrc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@
66
"jsx": true
77
}
88
},
9-
"plugins": ["react-hooks"],
9+
"plugins": [
10+
"react-hooks"
11+
],
1012
"extends": [
1113
"eslint:recommended",
1214
"plugin:react/recommended",
1315
"plugin:react/jsx-runtime",
14-
"plugin:@typescript-eslint/recommended"
16+
"plugin:@typescript-eslint/recommended",
17+
"plugin:prettier/recommended"
1518
],
1619
"rules": {
1720
"@typescript-eslint/no-explicit-any": "warn",
1821
"@typescript-eslint/no-unused-vars": "warn",
22+
"prettier/prettier": "warn",
1923
"react-hooks/rules-of-hooks": "error",
2024
"react/display-name": "off"
2125
},
2226
"settings": {
2327
"react": {
24-
"version": "17"
28+
"version": "18"
2529
}
2630
}
27-
}
31+
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/node_modules/
1+
**/node_modules/
22
/dist/
33
/.vscode/
44
.idea

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
rev: v8.55.0
1616
hooks:
1717
- id: eslint
18-
additional_dependencies:
19-
20-
21-
22-
18+
# additional_dependencies:
19+
20+
21+
22+
2323
exclude: |
2424
(?x)^(
2525
package.json|

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ but you can install it locally if you prefer:
3737
# install the CLI globally...
3838
npm i @forge/cli@11 -g
3939
# then install local dependencies
40-
npm ci
40+
npm ci --include=dev
4141
# ...or install the CLI locally
4242
npm i @forge/cli@11 --no-save
4343

flagsmith-jira-app/.eslintrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

flagsmith-jira-app/.gitignore

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)