Skip to content

Commit

Permalink
feat: update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Mar 6, 2024
1 parent 5daab4e commit bb475bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,20 @@ module.exports = {
'@typescript-eslint/no-var-requires': 0,
camelcase: 0,
'comma-spacing': 2,
'eol-last': 2,
'import/first': 2,
'import/newline-after-import': 2,
'import/no-duplicates': 2,
indent: 0,
'keyword-spacing': 2,
'no-console': [2, { allow: ['warn', 'error'] }],
'no-empty': 1,
'no-multiple-empty-lines': 2,
'no-multi-spaces': 2,
'no-prototype-builtins': 0,
'no-unused-expressions': 0,
'no-unused-vars': 'off',
'no-use-before-define': 0,
'no-empty': 1,
'object-curly-spacing': 2,
'prefer-spread': 0,
'prefer-rest-params': 0,
Expand Down

0 comments on commit bb475bd

Please sign in to comment.