@neovici/cfg 1.0.1 → 1.1.0

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.
File without changes
@@ -213,5 +213,11 @@ module.exports = {
213
213
  'switch-colon-spacing': 'error',
214
214
  'template-curly-spacing': ['error', 'always'],
215
215
  'valid-jsdoc': 'error'
216
- }
216
+ },
217
+ overrides: [
218
+ {
219
+ files: ['**/*.test.js'],
220
+ extends: './eslint-test'
221
+ }
222
+ ]
217
223
  };
package/index.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cfg",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Configuration for Neovici packages",
5
5
  "homepage": "https://github.com/Neovici/cfg#readme",
6
6
  "bugs": {
@@ -12,12 +12,12 @@
12
12
  },
13
13
  "license": "Apache-2.0",
14
14
  "author": "Neovici dev",
15
- "main": "eslint/index.js",
15
+ "main": "index.js",
16
16
  "files": [
17
- "eslint/*.js"
17
+ "*.js"
18
18
  ],
19
19
  "scripts": {
20
- "test": "eslint eslint/*.js"
20
+ "test": "eslint *.js"
21
21
  },
22
22
  "release": {
23
23
  "plugins": [