eslint-config-ordermentum
Advanced tools
Comparing version 1.0.5 to 1.0.6
module.exports = { | ||
plugins: ["emotion", "react", "jsx-a11y"], | ||
plugins: ["@emotion", "react", "jsx-a11y"], | ||
env: { | ||
@@ -17,6 +17,6 @@ browser: true, | ||
"import/prefer-default-export": "off", | ||
"emotion/jsx-import": "error", | ||
"emotion/no-vanilla": "error", | ||
"emotion/import-from-emotion": "error", | ||
"emotion/styled-import": "error", | ||
"@emotion/jsx-import": "error", | ||
"@emotion/no-vanilla": "error", | ||
"@emotion/import-from-emotion": "error", | ||
"@emotion/styled-import": "error", | ||
"react/default-props-match-prop-types": "warn", | ||
@@ -23,0 +23,0 @@ "react/forbid-prop-type": "off", |
{ | ||
"name": "eslint-config-ordermentum", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "index.js", | ||
@@ -9,2 +9,3 @@ "repository": "git@github.com:ordermentum/eslint-config-ordermentum.git", | ||
"dependencies": { | ||
"@emotion/eslint-plugin": "^11.2.0", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
@@ -16,3 +17,2 @@ "@typescript-eslint/parser": "4.28.2", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-emotion": "11.0.0", | ||
"eslint-plugin-flowtype": "5.8.0", | ||
@@ -19,0 +19,0 @@ "eslint-plugin-import": "2.23.4", |
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
7702
+ Added@emotion/eslint-plugin@11.12.0(transitive)
+ Added@eslint-community/eslint-utils@4.4.1(transitive)
+ Added@types/semver@7.5.8(transitive)
+ Added@typescript-eslint/scope-manager@5.62.0(transitive)
+ Added@typescript-eslint/types@5.62.0(transitive)
+ Added@typescript-eslint/typescript-estree@5.62.0(transitive)
+ Added@typescript-eslint/utils@5.62.0(transitive)
+ Added@typescript-eslint/visitor-keys@5.62.0(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
- Removedeslint-plugin-emotion@11.0.0
- Removedeslint-plugin-emotion@11.0.0(transitive)