mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
module.exports = {
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
}
|
|
} |