eslint-plugin-crisp
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "eslint-plugin-crisp", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "Custom EsLint Rules for Crisp", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,3 @@ const fs = require("fs"); | ||
"\n \\* This file is part of .+\\n \\*\\n \\* Copyright \\(c\\) \\d{4} Crisp IM SAS\\n \\* All rights belong to Crisp IM SAS\\n ", | ||
"\n \\* This file is part of .+\\n \\*\\n .+ script\\*\\n \\* Copyright: \\d{4}, Crisp IM SAS\\n \\* Author: .+\\n ", | ||
"\n \\* Bundle: .+\\n \\* Project: .+\\n \\* Author: .+\\n \\* Copyright: \\d{4}, Crisp IM SAS\\n " | ||
@@ -30,0 +31,0 @@ ]; |
63912
1851