Skip to content

Commit 09855f5

Browse files
committed
build(csv): eslint upgrade to flat config
1 parent aa8b28f commit 09855f5

227 files changed

Lines changed: 30404 additions & 20572 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.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"build": "lerna run build",
1717
"postinstall": "husky install",
1818
"publish": "lerna publish from-git --yes",
19-
"lint": "lerna run lint",
19+
"lint:check": "lerna run lint:check",
20+
"lint:fix": "lerna run lint:fix",
2021
"pretest": "npm run lint",
2122
"test": "lerna run test",
2223
"test:legacy": "lerna run test:legacy",

packages/csv-generate/.eslintrc.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/csv-generate/.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/csv-generate/coffeelint.json

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)