We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634f36e commit e811fadCopy full SHA for e811fad
README.md
@@ -87,7 +87,7 @@ Uncomment if will be needed
87
88
3. You can use *warnings* instead of *errors* for specific rules
89
90
- ```json
+ ```js
91
// feature-sliced/import-order
92
"import/order": "warn" // ~ 1,
93
// feature-sliced/public-api
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@feature-sliced/eslint-config",
3
- "version": "0.1.0-alpha.4",
+ "version": "0.1.0-alpha.5",
4
"description": "🍰 Lint feature-sliced concepts by existing eslint plugins",
5
"main": "index.js",
6
"files": [
0 commit comments