Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
change linter settings

BREAKING CHANGE: N
  • Loading branch information
keuller committed Feb 24, 2023
1 parent 5041e2e commit 5ff1dbf
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 716 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"projectName": "qwik-flow",
"projectOwner": "qwikifiers",
"repoType": "github",
"repoHost": "https://github.com",
"repoHost": "https://github.com/qwikifiers",
"files": [
"README.md"
],
Expand Down
4 changes: 0 additions & 4 deletions apps/demo-app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.ts", "*.tsx"],
"rules": {}
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"private": true,
"devDependencies": {
"autoprefixer": "^10.4.13",
"@builder.io/qwik": "~0.19.1",
"@builder.io/qwik": "~0.19.2",
"@builder.io/qwik-city": "~0.4.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-angular": "^17.4.4",
Expand All @@ -22,26 +21,26 @@
"@nrwl/nx-cloud": "latest",
"@nrwl/vite": "15.7.2",
"@nrwl/workspace": "^15.7.2",
"@types/node": "18.14.0",
"@types/node": "18.14.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/ui": "^0.28.5",
"all-contributors-cli": "^6.24.0",
"cypress": "^12.6.0",
"autoprefixer": "^10.4.13",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-qwik": "~0.19.1",
"eslint-plugin-qwik": "~0.19.2",
"husky": "^8.0.3",
"jsdom": "~20.0.3",
"ngx-deploy-npm": "^5.2.0",
"node-fetch": "~3.3.0",
"nx": "15.7.2",
"prettier": "^2.8.4",
"qwik-nx": "^0.11.1",
"tailwindcss": "^3.2.7",
"undici": "^5.20.0",
"tailwindcss": "^3.1.8",
"vite": "~4.1.4",
"vite-plugin-dts": "~1.7.3",
"vite-plugin-eslint": "^1.8.1",
Expand Down
8 changes: 0 additions & 8 deletions packages/qwik-flow/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,9 @@
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.ts", "*.tsx"],
"rules": {}
},
{
"files": ["*.js", "*.jsx"],
"rules": {}
}
]
}
Loading

0 comments on commit 5ff1dbf

Please sign in to comment.