I am trying eslint to warn for properly sorted imports on CRA.
This is my config, I can't seem to make it work.
"eslintConfig": {
"extends": "react-app",
"rules": {
"sort-imports": "warn"
}
}
I am trying eslint to warn for properly sorted imports on CRA.
This is my config, I can't seem to make it work.
"eslintConfig": {
"extends": "react-app",
"rules": {
"sort-imports": "warn"
}
}