@origin-1/eslint-config 0.4.0 → 0.4.1

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @origin-1/eslint-config · [![npm version][npm badge]][npm url]
2
2
 
3
- ESLint configuration generator with [origin-1](https://github.com/origin-1) presets.
3
+ [ESLint](https://eslint.org/) configuration generator with [Origin₁](https://github.com/origin-1) presets
4
4
 
5
5
  [npm badge]:
6
6
  https://badge.fury.io/js/@origin-1%2Feslint-config.svg
package/lib/rules.js CHANGED
@@ -413,7 +413,7 @@ exports.RULES = {
413
413
  'unified-signatures': 'error',
414
414
  'type-annotation-spacing': 'error',
415
415
  },
416
- '@fasttime/eslint-plugin': {
416
+ '@origin-1/eslint-plugin': {
417
417
  'nice-space-before-function-paren': 'error',
418
418
  'no-spaces-in-call-expression': 'error',
419
419
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@origin-1/eslint-config",
3
- "version": "0.4.0",
4
- "description": "ESLint configuration generator with origin-1 presets",
3
+ "version": "0.4.1",
4
+ "description": "ESLint configuration generator with Origin₁ presets",
5
5
  "homepage": "https://github.com/origin-1/eslint-config#readme",
6
6
  "license": "ISC",
7
7
  "author": "Francesco Trotta <ft@fasttime.org> (https://github.com/fasttime)",
@@ -11,14 +11,14 @@
11
11
  "semver": "7"
12
12
  },
13
13
  "peerDependencies": {
14
- "@fasttime/eslint-plugin": "0.6",
14
+ "@origin-1/eslint-plugin": "0.7",
15
15
  "@typescript-eslint/eslint-plugin": "5",
16
16
  "@typescript-eslint/parser": "5",
17
17
  "eslint": "^8.14.0",
18
18
  "eslint-plugin-n": "15"
19
19
  },
20
20
  "engines": {
21
- "node": ">=18"
21
+ "node": "18 >=18.1"
22
22
  },
23
23
  "exports": {
24
24
  ".": "./index.js",