Skip to content

Commit

Permalink
Trim out linting practices
Browse files Browse the repository at this point in the history
But still keep them useful
  • Loading branch information
paulo-ferraz-oliveira committed Jul 21, 2023
1 parent ebd8271 commit 6ba70af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,393 deletions.
9 changes: 3 additions & 6 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ env:
node: true
es2022: true
extends:
- airbnb
- eslint:recommended
parserOptions:
ecmaVersion: 2022
rules:
indent: ["warn", 2]
max-len: ["warn", 100]
no-undef: "error"
no-unused-vars: ["error", {"varsIgnorePattern": "^_"}]
indent: [warn, 2]
max-len: [warn, 100]
no-use-before-define: 0
operator-linebreak: 0
require-jsdoc: 0
semi: 0

settings:
Expand Down
Loading

0 comments on commit 6ba70af

Please sign in to comment.