@dlint/config
Advanced tools
@@ -9,2 +9,3 @@ "use strict"; | ||
| const core_1 = require("@dlint/core"); | ||
| const LAYER_NAME_PATTERN = '^.+$'; | ||
| const JsonSchema = { | ||
@@ -30,3 +31,3 @@ $schema: 'http://json-schema.org/draft-07/schema#', | ||
| patternProperties: { | ||
| '^[a-zA-Z0-9_-]+$': { | ||
| [LAYER_NAME_PATTERN]: { | ||
| type: 'array', | ||
@@ -49,3 +50,3 @@ items: { | ||
| patternProperties: { | ||
| '^[a-zA-Z0-9_-]+$': { | ||
| [LAYER_NAME_PATTERN]: { | ||
| type: ['array', 'null'], | ||
@@ -52,0 +53,0 @@ items: { |
+2
-2
| { | ||
| "name": "@dlint/config", | ||
| "description": "DLint config", | ||
| "version": "0.1.1", | ||
| "version": "0.2.0", | ||
| "author": "FujiHaruka <fizzyjohn1427@gmail.com>", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@dlint/core": "0.1.1", | ||
| "@dlint/core": "0.2.0", | ||
| "ajv": "^6.10.2", | ||
@@ -13,0 +13,0 @@ "chalk": "^3.0.0", |
14225
0.27%396
0.25%+ Added
- Removed
Updated