Skip to content

Commit 1c90396

Browse files
chore(deps-dev): bump eslint-plugin-unicorn from 62.0.0 to 63.0.0 in the dev-dependencies group (#145)
1 parent 274a61d commit 1c90396

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import appiumConfig from '@appium/eslint-config-appium-ts';
2-
import unicorn from 'eslint-plugin-unicorn';
32

43
export default [
54
...appiumConfig,
@@ -8,12 +7,7 @@ export default [
87
linterOptions: {
98
reportUnusedDisableDirectives: 'off',
109
},
11-
plugins: {
12-
unicorn: unicorn,
13-
},
1410
rules: {
15-
quotes: ['error', 'single'],
16-
semi: ['error', 'always'],
1711
'@typescript-eslint/no-explicit-any': 'off',
1812
'@typescript-eslint/member-ordering': [
1913
'error',
@@ -40,6 +34,5 @@ export default [
4034
},
4135
],
4236
},
43-
ignores: ['**/build/**', '**/node_modules/**'],
4437
},
4538
];

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"chai": "^6.0.1",
8282
"chai-as-promised": "^8.0.1",
8383
"conventional-changelog-conventionalcommits": "^9.1.0",
84-
"eslint-plugin-unicorn": "^62.0.0",
8584
"husky": "^9.1.7",
8685
"lint-staged": "^16.2.7",
8786
"mocha": "^11.1.0",

0 commit comments

Comments
 (0)