@admc.com/eslintplugin-sn-test 1.1.2 → 1.1.5

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.
@@ -0,0 +1,5 @@
1
+ function validate() {
2
+ "use strict";
3
+ const msg = "client log";
4
+ console.info(msg);
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admc.com/eslintplugin-sn-test",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "External tests for ESLint plugin @admc.com/eslint-plugin-sn",
5
5
  "scripts": {
6
6
  "test": "mocha --recursive",
@@ -28,6 +28,6 @@
28
28
  "mocha": "^10.0.0"
29
29
  },
30
30
  "peerDependencies": {
31
- "@admc.com/eslint-plugin-sn": "^1.1.6"
31
+ "@admc.com/eslint-plugin-sn": "^1.1.10"
32
32
  }
33
33
  }
package/sneslintrc.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "**/sys_ui_action/@(iso|noniso)_@(global|scoped)action/*.js"
33
33
  ]
34
34
  },{ // ES6 overrides
35
- "files": [ "**/@(noniso|iso)/*.js" ],
35
+ "files": [ "**/@(noniso|iso)/*.js", "**/@(sys_ui_script|sys_script_validator)/*.js"],
36
36
  "rules": {
37
37
  "strict": ["error", "safe"],
38
38
  "prefer-arrow-callback": "error",
@@ -1,3 +0,0 @@
1
- (function() {
2
- gs.info("all is well");
3
- })(gs);
@@ -1,3 +0,0 @@
1
- (function() {
2
- gs.info("all is well");
3
- })(value);