mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 03:16:13 +01:00
11 lines
135 B
JSON
11 lines
135 B
JSON
|
{
|
||
|
"root": true,
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:prettier/recommended"
|
||
|
],
|
||
|
"env": {
|
||
|
"browser": true
|
||
|
}
|
||
|
}
|