Skip to content

Commit

Permalink
Keep CJS as Stylelint does not support ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Oct 10, 2023
1 parent 485804d commit 9cc602d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ava": "^2.4.0",
"eslint-config-tidy": "^0.10.0",
"stylelint": "^12.0.0",
"xo": "^0.25.3"
"xo": "^0.56.0"
},
"keywords": [
"stylelint",
Expand All @@ -55,6 +55,9 @@
"errors"
],
"xo": {
"extend": "tidy"
"extend": "tidy",
"rules": {
"unicorn/prefer-module": "off"
}
}
}

0 comments on commit 9cc602d

Please sign in to comment.