@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commencis/eslint-plugin
2
2
 
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - comply new rules & formatting ([#130](https://github.com/Commencis/js-toolkit/pull/130))
8
+
3
9
  ## 1.1.3
4
10
 
5
11
  ### Patch Changes
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.3",
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.3",
112
+ version: "1.1.4",
113
113
  description: "Commencis ESLint plugin",
114
114
  author: "Commencis WEB Team",
115
115
  license: "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Commencis ESLint plugin",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",