overriding rules in backend

This commit is contained in:
Miodec 2022-02-07 00:54:23 +01:00
parent ba479b31a4
commit 61cdf4d1a9

5
backend/.eslintrc.json Normal file
View file

@ -0,0 +1,5 @@
{
"rules": {
"indent": ["error", 2]
}
}