Skip to content

Commit 5ff1dbf

Browse files
committed
chore: linter
change linter settings BREAKING CHANGE: N
1 parent 5041e2e commit 5ff1dbf

File tree

5 files changed

+73
-716
lines changed

5 files changed

+73
-716
lines changed

.all-contributorsrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"projectName": "qwik-flow",
33
"projectOwner": "qwikifiers",
44
"repoType": "github",
5-
"repoHost": "https://github.com",
5+
"repoHost": "https://github.com/qwikifiers",
66
"files": [
77
"README.md"
88
],

apps/demo-app/.eslintrc.json

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"plugins": ["@typescript-eslint"],
1818
"ignorePatterns": ["!**/*"],
1919
"overrides": [
20-
{
21-
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
22-
"rules": {}
23-
},
2420
{
2521
"files": ["*.ts", "*.tsx"],
2622
"rules": {}

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
},
1010
"private": true,
1111
"devDependencies": {
12-
"autoprefixer": "^10.4.13",
13-
"@builder.io/qwik": "~0.19.1",
12+
"@builder.io/qwik": "~0.19.2",
1413
"@builder.io/qwik-city": "~0.4.0",
1514
"@commitlint/cli": "^17.4.4",
1615
"@commitlint/config-angular": "^17.4.4",
@@ -22,26 +21,26 @@
2221
"@nrwl/nx-cloud": "latest",
2322
"@nrwl/vite": "15.7.2",
2423
"@nrwl/workspace": "^15.7.2",
25-
"@types/node": "18.14.0",
24+
"@types/node": "18.14.1",
2625
"@typescript-eslint/eslint-plugin": "^5.53.0",
2726
"@typescript-eslint/parser": "^5.53.0",
2827
"@vitest/ui": "^0.28.5",
2928
"all-contributors-cli": "^6.24.0",
30-
"cypress": "^12.6.0",
29+
"autoprefixer": "^10.4.13",
3130
"cz-conventional-changelog": "^3.3.0",
3231
"eslint": "^8.34.0",
3332
"eslint-config-prettier": "8.6.0",
3433
"eslint-plugin-cypress": "^2.12.1",
35-
"eslint-plugin-qwik": "~0.19.1",
34+
"eslint-plugin-qwik": "~0.19.2",
3635
"husky": "^8.0.3",
3736
"jsdom": "~20.0.3",
3837
"ngx-deploy-npm": "^5.2.0",
3938
"node-fetch": "~3.3.0",
4039
"nx": "15.7.2",
4140
"prettier": "^2.8.4",
4241
"qwik-nx": "^0.11.1",
42+
"tailwindcss": "^3.2.7",
4343
"undici": "^5.20.0",
44-
"tailwindcss": "^3.1.8",
4544
"vite": "~4.1.4",
4645
"vite-plugin-dts": "~1.7.3",
4746
"vite-plugin-eslint": "^1.8.1",

packages/qwik-flow/.eslintrc.json

-8
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@
1717
"plugins": ["@typescript-eslint"],
1818
"ignorePatterns": ["!**/*"],
1919
"overrides": [
20-
{
21-
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
22-
"rules": {}
23-
},
2420
{
2521
"files": ["*.ts", "*.tsx"],
2622
"rules": {}
27-
},
28-
{
29-
"files": ["*.js", "*.jsx"],
30-
"rules": {}
3123
}
3224
]
3325
}

0 commit comments

Comments
 (0)