Skip to content

Commit

Permalink
Upgrade: eslint-plugin-unicorn to v37 (#210)
Browse files Browse the repository at this point in the history
* chore(dev-deps): update eslint-plugin-unicorn to v37

* autofix unicorn/template-indent warnings
  • Loading branch information
bmish authored Oct 15, 2021
1 parent d04fce1 commit 6780964
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 128 deletions.
61 changes: 52 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "git+https://[email protected]/fisker/eslint-plugin-unicorn.git#b3c1d1a7b1e73ea0ab3e71da452969225c5d8b73",
"eslint-plugin-unicorn": "^37.0.0",
"markdownlint-cli": "^0.28.1",
"mocha": "^9.1.0",
"mocha-lcov-reporter": "^1.3.0",
Expand Down
12 changes: 6 additions & 6 deletions tests/lib/rules/no-arrow-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ ruleTester.run("no-arrow-tests", rule, {

// not actually module hooks
outdent`
var a = {
setup: () => {},
teardown: () => {},
beforeEach: () => {},
afterEach: () => {}
};
var a = {
setup: () => {},
teardown: () => {},
beforeEach: () => {},
afterEach: () => {}
};
`
],

Expand Down
Loading

0 comments on commit 6780964

Please sign in to comment.