Skip to content

Commit

Permalink
📦 Package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Aug 14, 2023
1 parent 618294c commit a698293
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 274 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"release": "np --no-yarn"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-svelte": "^2.32.2",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.0",
"np": "^8.0.4",
"svelte": "^4.0.5",
"svelte": "^4.2.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"eslint": "^8.45.0"
"eslint": "^8.47.0"
},
"files": [
"configurations/*",
"rules/**/*"
],
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"lint-staged": {
"*.js": "eslint ./ --fix --quiet"
Expand Down
1 change: 1 addition & 0 deletions rules/typescript/off.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = {
*/
'@typescript-eslint/block-spacing': 0,
'@typescript-eslint/brace-style': 0,
'@typescript-eslint/class-methods-use-this': 0,
'@typescript-eslint/comma-dangle': 0,
'@typescript-eslint/comma-spacing': 0,
'@typescript-eslint/default-param-last': 0,
Expand Down
1 change: 1 addition & 0 deletions rules/typescript/on.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ module.exports = {
asyncArrow: 'always',
}],
'@typescript-eslint/ban-ts-comment': 'error',
'@typescript-eslint/class-methods-use-this': 'off',
'comma-spacing': 'off', // overridden by below: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md
'@typescript-eslint/comma-spacing': ['error', {
before: false,
Expand Down
Loading

0 comments on commit a698293

Please sign in to comment.