Skip to content

Commit

Permalink
fix: upgrade rules to be compatible with eslint >= 9
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-alhasany committed Apr 28, 2024
1 parent a56a6fc commit 0672da5
Show file tree
Hide file tree
Showing 6 changed files with 2,225 additions and 2,105 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
const sort = require('./rules/sort.js');
const multiline = require('./rules/multiline.js');
const package = require('./package.json');

module.exports = {
meta: {
name: '@kalimahapps/eslint-plugin-tailwind',
version: package.version,
},
rules: {
sort,
multiline,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kalimahapps/eslint-plugin-tailwind",
"description": "Provide eslint rules for tailwindcss",
"author": "khr2003",
"version": "1.0.10",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/kalimahapps/eslint-plugin-tailwind.git"
Expand All @@ -20,8 +20,8 @@
},
"devDependencies": {
"@kalimahapps/eslint-config": "^1.1.7",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.48.0",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.1.1",
"vitest": "^0.34.3",
"vue-eslint-parser": "^9.3.1"
},
Expand Down
Loading

0 comments on commit 0672da5

Please sign in to comment.