eslint-plugin-babel
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -10,2 +10,3 @@ 'use strict'; | ||
'new-cap': require('./rules/new-cap'), | ||
'object-curly-spacing': require('./rules/object-curly-spacing'), | ||
'space-in-brackets': require('./rules/space-in-brackets'), | ||
@@ -12,0 +13,0 @@ }, |
{ | ||
"name": "eslint-plugin-babel", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "an eslint rule plugin companion to babel-eslint", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,2 +31,3 @@ # eslint-plugin-babel | ||
"babel/new-cap": 1, | ||
"babel/object-curly-spacing": 1, | ||
"babel/space-in-brackets": 1, | ||
@@ -45,2 +46,3 @@ } | ||
- `babel/new-cap`: Ignores capitalized decorators (`@Decorator`) | ||
- `babel/object-curly-spacing`: doesn't complain about `export x from "mod";` or `export * as x from "mod";` | ||
- `babel/space-in-brackets`: doesn't complain about `export x from "mod";` or `export * as x from "mod";` |
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
140479
21
3358
47