mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 03:55:24 +00:00
16 lines
183 B
JavaScript
16 lines
183 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es2020: true
|
|
},
|
|
extends: [
|
|
'standard'
|
|
],
|
|
parserOptions: {
|
|
ecmaVersion: 11
|
|
},
|
|
rules: {
|
|
}
|
|
}
|