mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Apply stricter linting (#24)
This commit is contained in:
committed by
GitHub
parent
89cb00455a
commit
0b481810f8
+6
-3
@@ -3,14 +3,17 @@ env:
|
||||
node: true
|
||||
es2021: true
|
||||
extends:
|
||||
- google
|
||||
- airbnb
|
||||
parserOptions:
|
||||
ecmaVersion: 12
|
||||
rules: {
|
||||
indent: ["warn", 2],
|
||||
max-len: ["warn", 100],
|
||||
no-console: 0,
|
||||
no-undef: "error",
|
||||
no-unused-vars: ["error", {"varsIgnorePattern": "^_"}],
|
||||
no-use-before-define: 0,
|
||||
operator-linebreak: 0,
|
||||
require-jsdoc: 0,
|
||||
semi: 0,
|
||||
no-undef: "error"
|
||||
semi: 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user