Skip to content

Commit

Permalink
Revert the revision
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 29492ec commit 2d1edff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default [
"@stylistic/function-call-spacing": "error",
"@stylistic/generator-star-spacing": "error",
"n/handle-callback-err": "error",
"id-match": ["error", "^_$|^_?(?:[A-Za-z$][\\w$]*|[$A-Z][$A-Z0-9]*(?:_[$A-Z0-9]+)*)$", {properties: false}],
"id-match": ["error", "^_?(?:[A-Za-z$][\\w$]*|[$A-Z][$A-Z0-9]*(?:_[$A-Z0-9]+)*)$", {properties: false}],
"@stylistic/indent": ["error", 4, {outerIIFEBody: 0, SwitchCase: 1}],
"@stylistic/implicit-arrow-linebreak": ["error", "beside"],
"@stylistic/key-spacing": "error",
Expand Down

0 comments on commit 2d1edff

Please sign in to comment.