mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:56:14 +01:00
2344557abc
This will reduce unrelated autoformatting changes in other commits (and it also makes the code more readable).
10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|