mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-05-01 12:05:35 +02:00
Backport changes from Cloudproxy (#11)
This commit is contained in:
15
.eslintrc.js
Normal file
15
.eslintrc.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
commonjs: true,
|
||||
es2020: true
|
||||
},
|
||||
extends: [
|
||||
'standard'
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 11
|
||||
},
|
||||
rules: {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user