Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
560b7bd412 | ||
|
|
0ce369b94f | ||
|
|
294be2d06e | ||
|
|
a3bc1ffccf | ||
|
|
349211df62 | ||
|
|
1fcbbbf99a | ||
|
|
22206ad017 | ||
|
|
b56dd0d34c | ||
|
|
df94998489 | ||
|
|
99b63ee76d | ||
|
|
f78a5ff537 | ||
|
|
7032234561 | ||
|
|
feee346c5c |
Generated
+915
-817
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ioprojects/eslint-config",
|
"name": "@ioprojects/eslint-config",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
||||||
"author": "IO-Projects <contact@io-projects.com>",
|
"author": "IO-Projects <contact@io-projects.com>",
|
||||||
"license": "SEE LICENSE FILE",
|
"license": "SEE LICENSE FILE",
|
||||||
@@ -9,16 +9,16 @@
|
|||||||
".eslintrc.json"
|
".eslintrc.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
||||||
"@typescript-eslint/parser": "^6.8.0",
|
"@typescript-eslint/parser": "^8.57.1",
|
||||||
"eslint": "^8.52.0",
|
"eslint": "^10.1.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-cypress": "^2.15.1",
|
"eslint-plugin-cypress": "^6.2.0",
|
||||||
"eslint-plugin-import": "^2.28.1",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jest": "^27.4.3",
|
"eslint-plugin-jest": "^29.15.0",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"eslint-plugin-vue": "^9.17.0",
|
"eslint-plugin-vue": "^10.8.0",
|
||||||
"prettier": "^3.0.3"
|
"prettier": "^3.4.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user