Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/eslint-plugin

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/eslint-plugin - npm Package Compare versions

Comparing version 0.1.10-next.0 to 0.1.10-next.1

6

CHANGELOG.md
# @backstage/eslint-plugin
## 0.1.10-next.1
### Patch Changes
- b1c2a2d: Exclude `@material-ui/data-grid`
## 0.1.10-next.0

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@backstage/eslint-plugin",
"version": "0.1.10-next.0",
"version": "0.1.10-next.1",
"description": "Backstage ESLint plugin",

@@ -25,3 +25,3 @@ "publishConfig": {

"devDependencies": {
"@backstage/cli": "0.28.0-next.1",
"@backstage/cli": "0.28.0-next.2",
"@types/estree": "^1.0.5",

@@ -28,0 +28,0 @@ "eslint": "^8.33.0"

@@ -138,2 +138,4 @@ /*

if (node.source.value === '@material-ui/core/styles') return;
// Ignore the @material-ui/data-grid library which shares this namespace
if (node.source.value === '@material-ui/data-grid') return;
// Return if proper import eg. `import Box from '@material-ui/core/Box'`

@@ -140,0 +142,0 @@ // Or if third level or deeper imports

@@ -50,2 +50,5 @@ /*

},
{
code: `import { DataGrid, GridColDef, GridValueGetterParams } from '@material-ui/data-grid';`,
},
],

@@ -52,0 +55,0 @@ invalid: [

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