Socket
Socket
Sign inDemoInstall

@feature-sliced/eslint-config

Package Overview
Dependencies
197
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4

2

package.json
{
"name": "@feature-sliced/eslint-config",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "🍰 Lint feature-sliced concepts by existing eslint plugins",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -88,2 +88,13 @@ # [@feature-sliced/eslint-config](https://www.npmjs.com/package/@feature-sliced/eslint-config)

3. You can use *warnings* instead of *errors* for specific rules
```json
// feature-sliced/import-order
"import/order": "warn" // ~ 1,
// feature-sliced/public-api
"import/no-internal-modules": "warn" // ~ 1,
// feature-sliced/layers-slices
"boundaries/element-types": "warn" // ~ 1,
```
## TypeScript

@@ -90,0 +101,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc