Skip to content

Commit 2eaac87

Browse files
committed
fix: Updating tailwindcss rule to use boolean value
1 parent b7ce20c commit 2eaac87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
'tailwindcss/classnames-order': [
3737
'warn',
3838
{
39-
officialSorting: 'true',
39+
officialSorting: true,
4040
},
4141
],
4242
'no-console': 'warn',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-acme",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "ESLint + Prettier config for React (Next.js)",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)