FlareSolverr/.eslintrc.js
2020-12-12 23:09:03 +01:00

16 lines
183 B
JavaScript

module.exports = {
env: {
browser: true,
commonjs: true,
es2020: true
},
extends: [
'standard'
],
parserOptions: {
ecmaVersion: 11
},
rules: {
}
}