New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-baseui

Package Overview
Dependencies
Maintainers
1
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-baseui - npm Package Compare versions

Comparing version 9.68.0 to 9.69.0

__tests__/config.test.js

2

package.json
{
"name": "eslint-plugin-baseui",
"version": "9.68.0",
"version": "9.69.0",
"description": "ESLint rules for Base Web",

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

@@ -38,2 +38,10 @@ # `eslint-plugin-baseui`

Or extend the recommended config
```js
{
"extends": ['plugin:baseui/recommended']
}
```
### Versioning

@@ -40,0 +48,0 @@

@@ -20,2 +20,12 @@ /*

},
configs: {
recommended: {
plugins: ['baseui'],
rules: {
'deprecated-theme-api': ['warn'],
'deprecated-component-api': ['warn'],
'no-deep-imports': ['warn'],
},
},
},
};
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc