2017-12-20 17:05:00 -03:00
|
|
|
{
|
|
|
|
"linters": {
|
2019-11-13 13:14:19 -05:00
|
|
|
"ui/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
|
2021-10-22 10:57:59 -04:00
|
|
|
"ui/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
|
2020-01-28 13:00:45 -05:00
|
|
|
},
|
2021-10-22 10:57:59 -04:00
|
|
|
"ignore": ["node_modules", "dist/**/*", "package-lock.json"]
|
2017-12-20 17:05:00 -03:00
|
|
|
}
|