this is a testproject
This commit is contained in:
8
force-app/main/default/aura/.eslintrc.json
Normal file
8
force-app/main/default/aura/.eslintrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"plugins": ["@salesforce/eslint-plugin-aura"],
|
||||
"extends": ["plugin:@salesforce/eslint-plugin-aura/recommended"],
|
||||
"rules": {
|
||||
"vars-on-top": "off",
|
||||
"no-unused-expressions": "off"
|
||||
}
|
||||
}
|
||||
14
force-app/main/default/lwc/.eslintrc.json
Normal file
14
force-app/main/default/lwc/.eslintrc.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["@salesforce/eslint-config-lwc/recommended"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.test.js"],
|
||||
"rules": {
|
||||
"@lwc/lwc/no-unexpected-wire-adapter-usages": "off"
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user