1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-08 23:15:31 +02:00

Merge branch 'fix/eslint-prettier-config' into new-features/context-menu

This commit is contained in:
Rafly Maulana 2022-11-21 02:04:51 +07:00
commit bc91b42867
No known key found for this signature in database
GPG key ID: 9AADAF05ED276842
2 changed files with 1 additions and 4 deletions

View file

@ -41,7 +41,6 @@
],
"rules": {
"no-unused-vars": "warn",
"no-shadow": "off",
"import/no-extraneous-dependencies": [
"error",
{

View file

@ -46,7 +46,6 @@
"plugin:prettier/recommended"
],
"rules": {
"no-throw-literal": "off",
"no-undef": "off",
"prettier/prettier": "error"
}
@ -54,8 +53,7 @@
"prettier": {
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf"
"trailingComma": "all"
},
"dependencies": {
"concurrently": "^7.3.0",