mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 15:35:29 +02:00
Fix wrong configuration
This commit is contained in:
parent
a4a1eab446
commit
a6251e71e4
2 changed files with 1 additions and 4 deletions
|
@ -41,7 +41,6 @@
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-unused-vars": "warn",
|
"no-unused-vars": "warn",
|
||||||
"no-shadow": "off",
|
|
||||||
"import/no-extraneous-dependencies": [
|
"import/no-extraneous-dependencies": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
"plugin:prettier/recommended"
|
"plugin:prettier/recommended"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-throw-literal": "off",
|
|
||||||
"no-undef": "off",
|
"no-undef": "off",
|
||||||
"prettier/prettier": "error"
|
"prettier/prettier": "error"
|
||||||
}
|
}
|
||||||
|
@ -54,8 +53,7 @@
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all"
|
||||||
"endOfLine": "lf"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"concurrently": "^7.3.0",
|
"concurrently": "^7.3.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue