eslint-config/.eslintrc

5 lines
103 B
Plaintext
Raw Normal View History

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