mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 07:36:13 +02:00
tea/Resources/Private/.eslintrc.json
Oliver Klee 2344557abc
[CLEANUP] Autoformat all files (#175)
This will reduce unrelated autoformatting changes in other commits
(and it also makes the code more readable).
2020-12-01 23:12:34 +01:00

10 lines
124 B
JSON

{
"root": true,
"extends": [
"eslint:recommended",
"plugin:prettier/recommended"
],
"env": {
"browser": true
}
}