mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Install eslint
This commit is contained in:
parent
588d5b73cf
commit
92559b99e7
4 changed files with 1285 additions and 15 deletions
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue