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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user