mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Add Windows to the mix (#49)
This commit is contained in:
committed by
GitHub
parent
dd4eb24e91
commit
82b4475ba2
+13
-10
@@ -6,14 +6,17 @@ extends:
|
||||
- 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,
|
||||
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
|
||||
}
|
||||
|
||||
settings:
|
||||
react:
|
||||
version: 999.999.999
|
||||
|
||||
Reference in New Issue
Block a user