We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ce20c commit 2eaac87Copy full SHA for 2eaac87
lib/base.js
@@ -36,7 +36,7 @@ module.exports = {
36
'tailwindcss/classnames-order': [
37
'warn',
38
{
39
- officialSorting: 'true',
+ officialSorting: true,
40
},
41
],
42
'no-console': 'warn',
package.json
@@ -1,6 +1,6 @@
1
2
"name": "eslint-config-acme",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "ESLint + Prettier config for React (Next.js)",
5
"main": "index.js",
6
"files": [
0 commit comments