Not able to apply sort imports rule on CRA

Viewed 71

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"
    }
  }
0 Answers
Related