eslint-config/.eslintrc

5 lines
103 B
Plaintext
Raw Normal View History

2022-08-26 18:31:31 +02:00
{
2022-08-27 22:53:11 +02:00
"extends": ["conventions", "plugin:prettier/recommended", "prettier"],
2022-08-26 18:31:31 +02:00
"plugins": ["prettier"]
}