Skip to content

Commit

Permalink
Simplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 3, 2024
1 parent 076f2b8 commit 371798a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,8 @@ module.exports = {
'error',
{
enforce: [
{ blankLine: "always", prev: "method", next: "method" },
{ blankLine: "always", prev: "*", next: "method" },

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space after '{'

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space before '}'

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space after '{'

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space before '}'

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

There should be no space after '{'

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 379 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

There should be no space before '}'
{ blankLine: "always", prev: "method", next: "field" },

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space after '{'

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space before '}'

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space after '{'

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space before '}'

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

There should be no space after '{'

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote

Check failure on line 380 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

There should be no space before '}'
{ blankLine: "always", prev: "field", next: "method" },
{ blankLine: "never", prev: "field", next: "field" },
]
},
Expand Down

0 comments on commit 371798a

Please sign in to comment.