Skip to content

Commit e811fad

Browse files
committed
chore: 0.1.0-alpha.5
1 parent 634f36e commit e811fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Uncomment if will be needed
8787
8888
3. You can use *warnings* instead of *errors* for specific rules
8989
90-
```json
90+
```js
9191
// feature-sliced/import-order
9292
"import/order": "warn" // ~ 1,
9393
// feature-sliced/public-api

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feature-sliced/eslint-config",
3-
"version": "0.1.0-alpha.4",
3+
"version": "0.1.0-alpha.5",
44
"description": "🍰 Lint feature-sliced concepts by existing eslint plugins",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)