@sayari/eslint-plugin
Advanced tools
Comparing version 0.0.1-rc.2 to 0.0.1-rc.3
@@ -13,3 +13,4 @@ /** | ||
'strict-mui-imports': require('./lib/rules/strict-mui-imports'), | ||
'no-unwrapped-jsx-text': require('./lib/rules/no-unwrapped-jsx-text') | ||
'no-unwrapped-jsx-text': require('./lib/rules/no-unwrapped-jsx-text'), | ||
'polyfill-resize-observer': require('./lib/rules/polyfill-resize-observer') | ||
} | ||
@@ -24,3 +25,4 @@ | ||
'@sayari/strict-mui-imports': 2, | ||
'@sayari/no-unwrapped-jsx-text': 2 | ||
'@sayari/no-unwrapped-jsx-text': 2, | ||
'@sayari/polyfill-resize-observer': 2, | ||
} | ||
@@ -27,0 +29,0 @@ } |
{ | ||
"name": "@sayari/eslint-plugin", | ||
"license": "ISC", | ||
"version": "0.0.1-rc.2", | ||
"version": "0.0.1-rc.3", | ||
"description": "custom lint rules built for Sayari Graph", | ||
@@ -6,0 +6,0 @@ "author": "Sayari Analytics", |
@@ -59,1 +59,4 @@ # eslint-plugin-sayari | ||
- this prevents issues with [this React bug](https://github.com/facebook/react/issues/11538#issuecomment-390386520) when conflicted with things like google translate | ||
`polyfill-resize-observer`: | ||
- imorts the polyfill build from react-resize-detector to avoid browser compatability conflicts when accessing the ResizeObserver API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14142
10
385
61