@commencis/eslint-plugin 1.1.3 → 1.1.4
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.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -135,7 +135,7 @@ var rules_default = {
|
|
|
135
135
|
// package.json
|
|
136
136
|
var package_default = {
|
|
137
137
|
name: "@commencis/eslint-plugin",
|
|
138
|
-
version: "1.1.
|
|
138
|
+
version: "1.1.4",
|
|
139
139
|
description: "Commencis ESLint plugin",
|
|
140
140
|
author: "Commencis WEB Team",
|
|
141
141
|
license: "Apache-2.0",
|
package/dist/index.js
CHANGED
|
@@ -109,7 +109,7 @@ var rules_default = {
|
|
|
109
109
|
// package.json
|
|
110
110
|
var package_default = {
|
|
111
111
|
name: "@commencis/eslint-plugin",
|
|
112
|
-
version: "1.1.
|
|
112
|
+
version: "1.1.4",
|
|
113
113
|
description: "Commencis ESLint plugin",
|
|
114
114
|
author: "Commencis WEB Team",
|
|
115
115
|
license: "Apache-2.0",
|