@eagleoutice/eslint-config-flowr 1.0.4 → 1.0.6

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -3
package/README.md CHANGED
@@ -0,0 +1,3 @@
1
+ # Linter rules for flowR
2
+
3
+ See the main project at <https://github.com/Code-Inspect/flowr>.
package/index.js CHANGED
@@ -91,7 +91,7 @@ module.exports = {
91
91
  "check-file/filename-naming-convention": [
92
92
  "error",
93
93
  {
94
- "**/*.ts": "?([A-Z])+([a-z])*((-|.)?([A-Z])+([a-z]))"
94
+ "**/*.ts": "?(\\d+-)?([A-Z])+([a-z])*((-|.)?([A-Z])+([a-z]))"
95
95
  }
96
96
  ],
97
97
  "check-file/folder-match-with-fex": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eagleoutice/eslint-config-flowr",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Linting rules for flowr and friends",
5
5
  "license": "ISC",
6
6
  "main": "index.js",
@@ -11,9 +11,8 @@
11
11
  "@stylistic/eslint-plugin": "^1.6.2",
12
12
  "@stylistic/eslint-plugin-plus": "^1.6.2",
13
13
  "@stylistic/eslint-plugin-ts": "^1.6.2",
14
- "@typescript-eslint/eslint-plugin": "^6.13.2",
14
+ "@typescript-eslint/eslint-plugin": "^7.0.1",
15
15
  "eslint": "^8.55.0",
16
- "eslint-config-standard-with-typescript": "^42.0.0",
17
16
  "eslint-plugin-check-file": "^2.6.2",
18
17
  "eslint-plugin-import": "^2.29.0",
19
18
  "eslint-plugin-n": "^16.3.1",