Skip to content

Commit

Permalink
Merge pull request #8985 from hicommonwealth/burton/eslint-fixes-pret…
Browse files Browse the repository at this point in the history
…tier

fix lint branch warnings.
  • Loading branch information
burtonator authored Aug 26, 2024
2 parents 0b2bfef + 2bf22a3 commit b11d90b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
],
plugins: ['@typescript-eslint', 'n'],
parser: '@typescript-eslint/parser',
parserOptions: {
suppressDeprecatedPropertyWarnings: true,
},
// indicates this is the parent eslint so eslint will stop searching further up for eslint configs
root: true,
settings: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@
"nyc": "^15.1.0",
"playwright-json-summary-reporter": "^1.0.0",
"playwright-test": "^8.2.0",
"prettier": "2.7.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"process": "^0.11.10",
"readline-sync": "^1.4.10",
"sequelize-cli": "^6.2.0",
"sharp": "^0.31.2",
"sinon": "^15.0.4",
"source-map-support": "^0.5.21",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"sync-request": "^6.1.0",
"tsc-alias": "^1.8.8",
Expand Down
1 change: 1 addition & 0 deletions packages/commonwealth/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
parserOptions: {
sourceType: 'module',
ecmaVersion: 'latest',
suppressDeprecatedPropertyWarnings: true,
},
settings: {
'import/resolver': {
Expand Down
42 changes: 26 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b11d90b

Please sign in to comment.