@dg-scripts/eslint-config 1.1.3 → 5.5.2

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 +4 -29
  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.3](https://github.com/sabertazimi/dg-scripts/compare/v1.1.2...v1.1.3) (2021-09-27)
6
+ ## [5.5.2](https://github.com/sabertazimi/bod/compare/v5.5.1...v5.5.2) (2021-10-14)
7
7
 
8
8
  **Note:** Version bump only for package @dg-scripts/eslint-config
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [1.1.2](https://github.com/sabertazimi/dg-scripts/compare/v1.1.1...v1.1.2) (2021-09-26)
14
+ ## [5.5.1](https://github.com/sabertazimi/bod/compare/v5.5.0...v5.5.1) (2021-10-12)
15
15
 
16
16
  **Note:** Version bump only for package @dg-scripts/eslint-config
17
17
 
@@ -19,34 +19,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [1.1.1](https://github.com/sabertazimi/dg-scripts/compare/v1.1.0...v1.1.1) (2021-09-23)
23
-
24
- **Note:** Version bump only for package @dg-scripts/eslint-config
25
-
26
-
27
-
28
-
29
-
30
- # [1.1.0](https://github.com/sabertazimi/dg-scripts/compare/v1.0.0...v1.1.0) (2021-09-23)
31
-
32
-
33
- ### Features
34
-
35
- * **eslint-typescript:** add `typescript` to peerDeps ([6c91352](https://github.com/sabertazimi/dg-scripts/commit/6c9135264e27b136525fcb9152fa1f19c636274c))
36
-
37
-
38
-
39
-
40
-
41
- # 1.0.0 (2021-09-23)
42
-
43
-
44
- ### Bug Fixes
45
-
46
- * **eslint-react:** move `prettier` to root eslitn configuration ([e0efd32](https://github.com/sabertazimi/dg-scripts/commit/e0efd3201cdb8cd0f50b45ad8cbbbc44deaf8e71))
47
- * **eslint:** overwrite `vue` with `react` configuration ([784c7f5](https://github.com/sabertazimi/dg-scripts/commit/784c7f5d916019f81b7edd096595b381b198f459))
22
+ # [5.5.0](https://github.com/sabertazimi/bod/compare/v5.4.1...v5.5.0) (2021-10-12)
48
23
 
49
24
 
50
25
  ### Features
51
26
 
52
- * **eslint:** add eslint configuration ([736a59c](https://github.com/sabertazimi/dg-scripts/commit/736a59c7597ef5321ecf356a004c2e59c5b46d7f))
27
+ * **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.3",
3
+ "version": "5.5.2",
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.3",
42
- "@dg-scripts/eslint-config-vue": "^1.1.3",
41
+ "@dg-scripts/eslint-config-react": "^5.5.2",
42
+ "@dg-scripts/eslint-config-vue": "^5.5.2",
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": "a8601045b8e13b1621986d4b7f86326e4ed4a4e9"
50
+ "gitHead": "313873ef737a1fdea2fcef23c0cbb8d70bc454a1"
51
51
  }