Skip to content

Commit 0fe8d89

Browse files
committed
chore: docs
1 parent ae2d4fc commit 0fe8d89

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ More interestingly, it comes with a series of linting tools to help enforce the
4545

4646
```javascript
4747
{
48-
plugins: ['ajel'],
49-
extends: [
50-
'plugin:ajel/recommended',
51-
],
52-
},
48+
plugins: ['ajel'],
49+
extends: [
50+
'plugin:ajel/recommended',
51+
],
5352
}
5453
```
5554

packages/ajel-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ajel",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/eslint-plugin-ajel/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@
2222

2323
```javascript
2424
{
25-
plugins: ['ajel'],
26-
extends: [
27-
'plugin:ajel/recommended',
28-
],
29-
},
25+
plugins: ['ajel'],
26+
extends: [
27+
'plugin:ajel/recommended',
28+
],
3029
}
3130
```
3231

packages/eslint-plugin-ajel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ajel",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)