Skip to content

Commit

Permalink
build: Update prettier/eslint/typescript (#261)
Browse files Browse the repository at this point in the history
* Update versions to align with those used in ngx-starter
  • Loading branch information
jrassa authored Aug 7, 2023
1 parent 882efcf commit 5ec0bf4
Show file tree
Hide file tree
Showing 69 changed files with 4,673 additions and 1,846 deletions.
11 changes: 8 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"sourceType": "module"
},

"plugins": ["jsdoc", "prettier"],
"plugins": ["deprecation", "jsdoc", "prettier"],

"extends": ["eslint:recommended", "prettier"],
"extends": ["eslint:recommended"],
"rules": {
"arrow-parens": ["error", "always"],
"eqeqeq": ["error", "smart"],
Expand Down Expand Up @@ -72,7 +72,12 @@

"parser": "@typescript-eslint/parser",

"plugins": ["jsdoc", "prettier", "@typescript-eslint"],
"plugins": [
"deprecation",
"jsdoc",
"prettier",
"@typescript-eslint"
],

"extends": [
"eslint:recommended",
Expand Down
1 change: 0 additions & 1 deletion .prod.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/swcrc",
"minify": false,
"jsc": {
"target": "es2020",
"parser": {
"syntax": "typescript",
"tsx": false,
Expand Down
Loading

0 comments on commit 5ec0bf4

Please sign in to comment.