@dg-scripts/eslint-config 1.1.2 → 5.5.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +3 -28
  2. package/LICENSE +1 -1
  3. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.1.2](https://github.com/sabertazimi/dg-scripts/compare/v1.1.1...v1.1.2) (2021-09-26)
6
+ ## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)
7
7
 
8
8
  **Note:** Version bump only for package @dg-scripts/eslint-config
9
9
 
@@ -11,34 +11,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.1.1](https://github.com/sabertazimi/dg-scripts/compare/v1.1.0...v1.1.1) (2021-09-23)
15
-
16
- **Note:** Version bump only for package @dg-scripts/eslint-config
17
-
18
-
19
-
20
-
21
-
22
- # [1.1.0](https://github.com/sabertazimi/dg-scripts/compare/v1.0.0...v1.1.0) (2021-09-23)
23
-
24
-
25
- ### Features
26
-
27
- * **eslint-typescript:** add `typescript` to peerDeps ([6c91352](https://github.com/sabertazimi/dg-scripts/commit/6c9135264e27b136525fcb9152fa1f19c636274c))
28
-
29
-
30
-
31
-
32
-
33
- # 1.0.0 (2021-09-23)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * **eslint-react:** move `prettier` to root eslitn configuration ([e0efd32](https://github.com/sabertazimi/dg-scripts/commit/e0efd3201cdb8cd0f50b45ad8cbbbc44deaf8e71))
39
- * **eslint:** overwrite `vue` with `react` configuration ([784c7f5](https://github.com/sabertazimi/dg-scripts/commit/784c7f5d916019f81b7edd096595b381b198f459))
14
+ # [5.5.0](https://github.com/sabertazimi/bod/compare/v5.4.1...v5.5.0) (2021-10-12)
40
15
 
41
16
 
42
17
  ### Features
43
18
 
44
- * **eslint:** add eslint configuration ([736a59c](https://github.com/sabertazimi/dg-scripts/commit/736a59c7597ef5321ecf356a004c2e59c5b46d7f))
19
+ * **linter:** add `dg-scripts` eslint and stylelint configuration ([2cb283f](https://github.com/sabertazimi/bod/commit/2cb283f8f96fd2381459b284c8d9afccd4b8fd66))
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021-present Sabertaz
3
+ Copyright (c) 2018-present, Sabertaz
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dg-scripts/eslint-config",
3
- "version": "1.1.2",
3
+ "version": "5.5.1",
4
4
  "description": "ESLint configuration used by dg-scripts.",
5
5
  "keywords": [
6
6
  "dg-scripts",
@@ -14,7 +14,7 @@
14
14
  "license": "MIT",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/sabertazimi/dg-scripts.git",
17
+ "url": "git+https://github.com/sabertazimi/bod.git",
18
18
  "directory": "packages/eslint-config"
19
19
  },
20
20
  "author": "sabertazimi <sabertazimi@gmail.com>",
@@ -26,20 +26,20 @@
26
26
  "node": ">=14.0.0"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/sabertazimi/dg-scripts/issues"
29
+ "url": "https://github.com/sabertazimi/bod/issues"
30
30
  },
31
- "homepage": "https://github.com/sabertazimi/dg-scripts",
31
+ "homepage": "https://github.com/sabertazimi/bod",
32
32
  "scripts": {
33
33
  "lint": "eslint . --config=index.js"
34
34
  },
35
35
  "peerDependencies": {
36
- "eslint": "^7.32.0",
36
+ "eslint": "^7.32.0 || >=8.0.0",
37
37
  "prettier": "^2.4.0",
38
38
  "typescript": "^4.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@dg-scripts/eslint-config-react": "^1.1.2",
42
- "@dg-scripts/eslint-config-vue": "^1.1.2",
41
+ "@dg-scripts/eslint-config-react": "^5.5.1",
42
+ "@dg-scripts/eslint-config-vue": "^5.5.1",
43
43
  "eslint-config-prettier": "^8.3.0",
44
44
  "eslint-plugin-prettier": "^4.0.0"
45
45
  },
@@ -47,5 +47,5 @@
47
47
  "eslint": "^7.32.0",
48
48
  "prettier": "^2.4.1"
49
49
  },
50
- "gitHead": "a677cbe19a88501d10ccea59b05f01c448a82708"
50
+ "gitHead": "94d69d711aadfac8c5351515ad48be07a1035694"
51
51
  }