Skip to content

Commit

Permalink
fix formating for lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EmranMR committed Feb 24, 2024
1 parent 1f5eee3 commit a83e7a0
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 591 deletions.
46 changes: 23 additions & 23 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
module.exports = {
env: {
commonjs: true,
es2021: true,
},
extends: 'google',
overrides: [],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
indent: ['error', 2, { SwitchCase: 1 }],
'max-len': [
'error',
{
code: 120,
ignoreComments: true,
ignoreUrls: true,
ignoreStrings: true,
},
],
},
}
env: {
commonjs: true,
es2021: true,
},
extends: 'google',
overrides: [],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
indent: ['error', 2, { SwitchCase: 1 }],
'max-len': [
'error',
{
code: 120,
ignoreComments: true,
ignoreUrls: true,
ignoreStrings: true,
},
],
},
};
Loading

0 comments on commit a83e7a0

Please sign in to comment.