aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.eslintrc
blob: 801383c08c731b4696df4b798a66ccf454977ac9 (plain)
1
2
3
4
5
6
7
{
  "extends": "sonarqube",

  "rules": {
    "import/extensions": ["error", "never", { "json": "always" }]
  }
}