Skip to content

Commit 1a2ecce

Browse files
committed
feat: support eslint 8 by excluding coffee if the version is >=8
1 parent 169cbba commit 1a2ecce

4 files changed

Lines changed: 166 additions & 47 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
"eslint-plugin-yaml": "^0.5.0",
4040
"prettier": "2.4.1",
4141
"read-pkg-up": "^7",
42+
"semver": "^7.3.7",
4243
"typescript": "^4"
4344
},
4445
"devDependencies": {
46+
"@types/node": "^17.0.41",
47+
"@types/semver": "^7.3.9",
4548
"eslint": "^7",
4649
"execa": "^5.1.1",
4750
"gitly": "^2.1.6",

0 commit comments

Comments
 (0)