Skip to content

Commit

Permalink
fix: use eslint instead of stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 28, 2024
1 parent a29138e commit 43f16d1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 deletions.
15 changes: 0 additions & 15 deletions packages/eslint-config-scss/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/eslint-config-scss/index.js

This file was deleted.

19 changes: 19 additions & 0 deletions packages/eslint-config-tailwindcss/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## `@snapshot-labs/eslint-config-tailwindcss`

### Installation

```shell
yarn add @snapshot-labs/eslint-config-tailwindcss
```

### Usage

In package.json:

```json
{
"eslintConfig": {
"extends": "@snapshot-labs/tailwindcss"
}
}
```
3 changes: 3 additions & 0 deletions packages/eslint-config-tailwindcss/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['plugin:tailwindcss/recommended']
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@snapshot-labs/eslint-config-scss",
"name": "@snapshot-labs/eslint-config-tailwindcss",
"version": "0.1.0-beta.17",
"publishConfig": {
"access": "public"
Expand All @@ -10,8 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@snapshot-labs/eslint-config-base": "^0.1.0-beta.17",
"stylelint": "^16.7.0",
"stylelint-config-standard-scss": "^13.1.0"
"@snapshot-labs/eslint-config-vue": "^0.1.0-beta.17",
"eslint-plugin-tailwindcss": "^3.17.4"
}
}

0 comments on commit 43f16d1

Please sign in to comment.