1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-27 13:35:32 +07:00
verdaccio-ui/src/muiComponents/.eslintrc
Priscila Oliveira ae73772a37 feat(eslint-config): add order rule in import
* refactor: added eslint-plugin-import

* refactor: disable some rules for muiComponents

* fix: fixed import
2019-10-07 22:19:18 +02:00

8 lines
125 B
Plaintext

{
"rules": {
"verdaccio/jsx-spread": 0,
"react/display-name": 0,
"react/jsx-sort-props": 0
}
}