mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 13:35:27 +02:00
fix: Fix eslint rules for Windows (#508)
This commit is contained in:
parent
079b8eba53
commit
517cb34cfe
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@
|
|||
"**/*.test.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
{
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue