@newsteam/eslint-config 0.0.193 → 0.0.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -472,6 +472,13 @@ var rules = {
472
472
  ],
473
473
  selector: "default",
474
474
  },
475
+ {
476
+ format: [
477
+ "camelCase",
478
+ "PascalCase"
479
+ ],
480
+ selector: "import",
481
+ },
475
482
  {
476
483
  format: [
477
484
  "camelCase",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newsteam/eslint-config",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
4
4
  "description": "Shared config for eslint",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",