Compare commits
16
Commits
1.1.1
..
f400d447ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f400d447ba | ||
|
|
294be2d06e | ||
|
|
a3bc1ffccf | ||
|
|
349211df62 | ||
|
|
1fcbbbf99a | ||
|
|
22206ad017 | ||
|
|
b56dd0d34c | ||
|
|
df94998489 | ||
|
|
99b63ee76d | ||
|
|
f78a5ff537 | ||
|
|
7032234561 | ||
|
|
feee346c5c | ||
|
|
4a4d4c3c5d | ||
|
|
117ee2b7cb | ||
|
|
24c9e4df2c | ||
|
|
2bca32b537 |
+3
-2
@@ -110,7 +110,7 @@
|
||||
"dot-notation": "warn",
|
||||
"quotes": ["error", "single"],
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
"warn",
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
@@ -121,7 +121,8 @@
|
||||
"jsxSingleQuote": false,
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always"
|
||||
"arrowParens": "always",
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Generated
+399
-949
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ioprojects/eslint-config",
|
||||
"version": "1.1.1",
|
||||
"version": "1.3.0",
|
||||
"description": "NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects",
|
||||
"author": "IO-Projects <contact@io-projects.com>",
|
||||
"license": "SEE LICENSE FILE",
|
||||
@@ -9,16 +9,16 @@
|
||||
".eslintrc.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
||||
"@typescript-eslint/parser": "^6.5.0",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-cypress": "^2.14.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-jest": "^27.2.3",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"prettier": "^3.0.3"
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
||||
"@typescript-eslint/parser": "^8.18.1",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-cypress": "^4.1.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jest": "^28.10.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-vue": "^9.26.0",
|
||||
"prettier": "^3.3.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+5
-1
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"packageRules": [{
|
||||
"packageNames": ["node"],
|
||||
"enabled": false
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user