mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
}
|
|
} |