mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 13:38:22 +01:00
9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"eslint.workingDirectories": ["./panel"],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"prettier.tabWidth": 4,
|
|
"prettier.useEditorConfig": true,
|
|
"prettier.embeddedLanguageFormatting": "off",
|
|
"stylelint.configBasedir": "./panel",
|
|
}
|