Skip to content

Commit

Permalink
add array-bracket-newline
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Etchells <[email protected]>
  • Loading branch information
tetchel committed Mar 1, 2021
1 parent 63465f2 commit 739011a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config-files/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
// https://eslint.org/docs/rules/

"array-bracket-spacing": [ 2, "always", { objectsInArrays: false, arraysInArrays: false }],
"array-bracket-newline": [ 2, "consistent" ],
"brace-style": [ 2, "stroustrup", { allowSingleLine: true } ],
"comma-dangle": ["error", {
"arrays": "always-multiline",
Expand Down
2 changes: 1 addition & 1 deletion config-files/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-actions/eslint-config",
"version": "1.2.13",
"version": "1.2.14",
"description": "ESLint config for GitHub Actions",
"keywords": [
"eslint",
Expand Down

0 comments on commit 739011a

Please sign in to comment.