mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
11 lines
161 B
JavaScript
11 lines
161 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: false,
|
|
node: true,
|
|
es6: true
|
|
},
|
|
extends: 'eslint:recommended',
|
|
parserOptions: {
|
|
ecmaVersion: 12
|
|
}
|
|
}
|