Skip to content

Commit 0519a3b

Browse files
Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 (#33769)
* Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 30.0.0 to 31.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v30.0.0...v31.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Disable the `unicorn/prefer-module` rule Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
1 parent ffca2fc commit 0519a3b

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"unicorn/prefer-dom-node-append": "off",
5252
"unicorn/prefer-dom-node-dataset": "off",
5353
"unicorn/prefer-dom-node-remove": "off",
54+
"unicorn/prefer-module": "off",
5455
"unicorn/prefer-query-selector": "off",
5556
"unicorn/prefer-spread": "off",
5657
"unicorn/prevent-abbreviations": "off"

package-lock.json

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"eslint": "^7.25.0",
116116
"eslint-config-xo": "^0.35.0",
117117
"eslint-plugin-import": "^2.22.1",
118-
"eslint-plugin-unicorn": "^30.0.0",
118+
"eslint-plugin-unicorn": "^31.0.0",
119119
"find-unused-sass-variables": "^3.1.0",
120120
"glob": "^7.1.6",
121121
"globby": "^11.0.3",

site/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"unicorn/no-null": "off",
3939
"unicorn/prefer-dom-node-append": "off",
4040
"unicorn/prefer-dom-node-dataset": "off",
41+
"unicorn/prefer-module": "off",
4142
"unicorn/prefer-query-selector": "off",
4243
"unicorn/prevent-abbreviations": "off"
4344
}

0 commit comments

Comments
 (0)