mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Add a function for waiting for linters to complete, and add a test which checks that linting updates the loclist.
This commit is contained in:
11
.eslintrc.js
Normal file
11
.eslintrc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: 6,
|
||||
sourceType: "module",
|
||||
},
|
||||
rules: {
|
||||
semi: 'error',
|
||||
'space-infix-ops': 'warn',
|
||||
radix: 'error',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user