Skip to content

Commit

Permalink
chore: bump eslint to try to fix failed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 13, 2023
1 parent 77658fa commit b5584af
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 290 deletions.
39 changes: 20 additions & 19 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"space-before-function-paren": [
2,
{
"anonymous": "ignore",
"named": "never"
}
]
}
}
{
"root": true,
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"space-before-function-paren": [
2,
{
"anonymous": "ignore",
"named": "never"
}
]
}
}

0 comments on commit b5584af

Please sign in to comment.