UNPKG
fintech-automation-test
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Autonomous Test Automation
github.com/Satheesh0906/FAT-NPM
Satheesh0906/FAT-NPM
fintech-automation-test
/
.eslintrc.json
12 lines
(10 loc)
•
274 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
: [
"eslint:recommended"
,
"plugin:prettier/recommended"
],
"rules"
: {
"prettier/prettier"
:
"error"
},
"parserOptions"
: {
"ecmaVersion"
:
2021
,
//
Support
for
ES6
and
newer
"sourceType"
:
"module"
// Allow
'import'
and
'export'
} }