mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Install eslint
This commit is contained in:
11
.eslintrc.js
Normal file
11
.eslintrc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
browser: false,
|
||||
node: true,
|
||||
es6: true
|
||||
},
|
||||
extends: 'eslint:recommended',
|
||||
parserOptions: {
|
||||
ecmaVersion: 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user