Skip to content

Commit 8c98cb7

Browse files
authored
test: add stylelint + reports (#5749)
1 parent 69ec285 commit 8c98cb7

67 files changed

Lines changed: 377 additions & 110 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/blue-news-sip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@talend/scripts-core': minor
3+
---
4+
5+
feat: update stylelint to 17

.changeset/cozy-days-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@talend/scripts-config-stylelint': major
3+
---
4+
5+
feat: bump config for stylelint 17

fork/json-schema-form-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build:lib": "talend-scripts build",
1515
"build:lib:esm": "talend-scripts build --esm",
16-
"lint": "eslint .",
16+
"lint": "eslint -o eslint-report.json --format json .",
1717
"watch": "webpack --watch",
1818
"dist-untested": "webpack --config webpack.config.dist.js",
1919
"test:cov": "vitest run --coverage",

fork/module-to-cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:cov": "vitest run --coverage index.test.js",
2323
"test:update": "vitest run --update index.test.js",
2424
"test:cron": "vitest run modules.test.js",
25-
"lint": "eslint ."
25+
"lint": "eslint -o eslint-report.json --format json ."
2626
},
2727
"files": [
2828
"index.js",

fork/react-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build:lib:esm": "talend-scripts build --esm",
2121
"build:lib": "talend-scripts build",
22-
"lint": "eslint .",
22+
"lint": "eslint -o eslint-report.json --format json .",
2323
"test": "vitest run",
2424
"storybook": "start-storybook -p 6006",
2525
"build-storybook": "build-storybook",

packages/a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:lib": "talend-scripts build",
1717
"build:lib:esm": "talend-scripts build --esm",
1818
"test": "vitest run",
19-
"lint": "eslint .",
19+
"lint": "eslint -o eslint-report.json --format json .",
2020
"test:update": "vitest run --update",
2121
"test:cov": "vitest run --coverage"
2222
},

packages/assets-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "vitest run",
1919
"test:watch": "vitest --watch",
2020
"test:cov": "vitest run --coverage",
21-
"lint": "eslint .",
21+
"lint": "eslint -o eslint-report.json --format json .",
2222
"test:update": "vitest run --update"
2323
},
2424
"keywords": [

packages/cmf-cqrs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "vitest run",
2222
"test:watch": "vitest",
2323
"test:cov": "vitest run --coverage",
24-
"lint": "eslint .",
24+
"lint": "eslint -o eslint-report.json --format json .",
2525
"test:update": "vitest run --update"
2626
},
2727
"repository": {

packages/cmf-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "vitest run",
2424
"test:watch": "vitest",
2525
"test:cov": "vitest run --coverage",
26-
"lint": "eslint .",
26+
"lint": "eslint -o eslint-report.json --format json .",
2727
"test:update": "vitest run --update"
2828
},
2929
"dependencies": {

packages/cmf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:update": "vitest run --update",
2525
"test:watch": "vitest --watch",
2626
"test:cov": "vitest run --coverage",
27-
"lint": "eslint ."
27+
"lint": "eslint -o eslint-report.json --format json ."
2828
},
2929
"keywords": [
3030
"react",

0 commit comments

Comments
 (0)