Skip to content

Commit

Permalink
Merge c5b86ff into feature/238__rdMigrationRemoveTotal
Browse files Browse the repository at this point in the history
  • Loading branch information
salesforce-org-metaci[bot] authored Feb 6, 2022
2 parents 658e5a2 + c5b86ff commit 6812a92
Show file tree
Hide file tree
Showing 4 changed files with 3,456 additions and 2,574 deletions.
20 changes: 20 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": [
"@salesforce/eslint-config-lwc/recommended"
],
"globals": {
"clearDOM": "readonly",
"flushPromises": "readonly"
},
"rules": {
"no-use-before-define": [
"error",
{
"functions": false,
"classes": true,
"variables": true
}
],
"@lwc/no-async-await": "off"
}
}
2 changes: 2 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tabWidth: 4
printWidth: 120
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^1.1.1",
"@sa11y/jest": "^3.1.0",
"@salesforce/eslint-config-lwc": "^3.2.1",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^1.0.1",
"jest": "^27.4.3"
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"jest": "^27.4.3",
"prettier": "2.5.1"
},
"resolutions": {
"js-yaml": "^3.13.1",
Expand All @@ -13,7 +20,8 @@
"test:unit": "lwc-jest --skipApiVersionCheck",
"test:unit:watch": "lwc-jest --watch --skipApiVersionCheck",
"test:unit:debug": "lwc-jest --debug --skipApiVersionCheck",
"test:unit:a11y": "SA11Y_AUTO=1 SA11Y_CLEANUP=1 lwc-jest --skipApiVersionCheck"
"test:unit:a11y": "SA11Y_AUTO=1 SA11Y_CLEANUP=1 lwc-jest --skipApiVersionCheck",
"lint:lwc": "eslint force-app/main/default/lwc"
},
"dependencies": {
"js-yaml": "^4.0.0"
Expand Down
Loading

0 comments on commit 6812a92

Please sign in to comment.