Skip to content

Commit

Permalink
chore: fix linting setup (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 authored Jan 24, 2024
1 parent acd5eed commit 377b6a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
8 changes: 8 additions & 0 deletions features/keychain/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ module.exports = {
configFile: path.join(path.dirname(__filename), 'babel.config.js'),
},
},
overrides: [
{
files: ['**/__tests__/**/*.js'],
rules: {
'import/no-unresolved': 'off', // TODO: add required deps once open-sourced and remove this
},
},
],
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@exodus/eslint-config": "^5.15.0",
"@exodus/eslint-config": "^5.22.0",
"@exodus/eslint-plugin-ban-flow": "latest",
"@exodus/eslint-plugin-basic-utils": "latest",
"@exodus/eslint-plugin-hydra": "^1.0.0",
"@exodus/eslint-plugin-package": "^1.6.0",
"@exodus/eslint-plugin-restricted-imports": "^1.1.1",
"@exodus/lerna-release-action-cli": "^1.3.2",
"@exodus/prettier": "^0.1.5",
"@exodus/prettier": "^1.0.0",
"@nrwl/devkit": "^15.8.5",
"@nrwl/workspace": "^15.8.5",
"@types/debug": "^4.1.7",
Expand All @@ -76,7 +76,7 @@
"jest": "^29.1.2",
"lerna": "^6.5.1",
"nx": "^15.8.5",
"prettier": "^2.2.1",
"prettier": "^3.2.4",
"ts-jest": "^29.0.3",
"typescript": "^4.7.3"
},
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1853,9 +1853,9 @@ __metadata:
languageName: node
linkType: hard

"@exodus/eslint-config@npm:^5.15.0":
version: 5.21.0
resolution: "@exodus/eslint-config@npm:5.21.0"
"@exodus/eslint-config@npm:^5.22.0":
version: 5.22.0
resolution: "@exodus/eslint-config@npm:5.22.0"
dependencies:
"@exodus/eslint-plugin-export-default": ^2.0.0
"@exodus/eslint-plugin-mutable": 1.0.0
Expand All @@ -1871,7 +1871,7 @@ __metadata:
eslint-plugin-unicorn: ^46.0.1
peerDependencies:
eslint: ">= 8"
checksum: d54700d14cf0bc4f37b44b24f4ae57433200a3c430749e22df6af854b255e02055233899c719194aa61602d7cbdc3fd6a872eb110a9fa70b81695aa8666bcac0
checksum: 64269353f9b797d81cf56c6d1b5908b31a8396baa96af8cdfdee70f3759282dd73720a7fd668d7e17d158c7c93ff00be6a4c918c64a16dc9919338f908a96702
languageName: node
linkType: hard

Expand Down Expand Up @@ -2062,12 +2062,12 @@ __metadata:
languageName: node
linkType: hard

"@exodus/prettier@npm:^0.1.5":
version: 0.1.5
resolution: "@exodus/prettier@npm:0.1.5"
dependencies:
prettier: ^2.2.1
checksum: ea35de586d884cf9973cc3777a9c559ead22f9ae947a7b85731e65d4b8cf8f69bc6e507334f793f25f0c7a05b3eb88ee5c26e196b43551ef66cbfccbe1e6a31d
"@exodus/prettier@npm:^1.0.0":
version: 1.0.0
resolution: "@exodus/prettier@npm:1.0.0"
peerDependencies:
prettier: ^3.0.3
checksum: 674c05c9ee4912f25ffae96fbe706ecba9eb09e24e547cf3776f1363e266746c4be49d7600e74a9511784063c582dbcb3de31f8470790d21cbfc868bef53deb5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11001,12 +11001,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.2.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
"prettier@npm:^3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
bin:
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
prettier: bin/prettier.cjs
checksum: 6ec9385a836e0b9bac549e585101c086d1521c31d7b882d5c8bb7d7646da0693da5f31f4fff6dc080710e5e2d34c85e6fb2f8766876b3645c8be2f33b9c3d1a3
languageName: node
linkType: hard

Expand Down Expand Up @@ -11701,15 +11701,15 @@ __metadata:
"@babel/preset-env": ^7.20.2
"@babel/preset-flow": ^7.18.6
"@babel/preset-react": ^7.18.6
"@exodus/eslint-config": ^5.15.0
"@exodus/eslint-config": ^5.22.0
"@exodus/eslint-plugin-ban-flow": latest
"@exodus/eslint-plugin-basic-utils": latest
"@exodus/eslint-plugin-hydra": ^1.0.0
"@exodus/eslint-plugin-package": ^1.6.0
"@exodus/eslint-plugin-restricted-imports": ^1.1.1
"@exodus/lerna-release-action-cli": ^1.3.2
"@exodus/migrate": ^1.5.3
"@exodus/prettier": ^0.1.5
"@exodus/prettier": ^1.0.0
"@nrwl/devkit": ^15.8.5
"@nrwl/workspace": ^15.8.5
"@types/debug": ^4.1.7
Expand All @@ -11729,7 +11729,7 @@ __metadata:
jest: ^29.1.2
lerna: ^6.5.1
nx: ^15.8.5
prettier: ^2.2.1
prettier: ^3.2.4
ts-jest: ^29.0.3
typescript: ^4.7.3
languageName: unknown
Expand Down

0 comments on commit 377b6a7

Please sign in to comment.