@davidsneighbour/eslint-config 4.1.5 → 4.1.8

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 (2) hide show
  1. package/package.json +5 -5
  2. package/README.md +0 -61
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidsneighbour/eslint-config",
3
- "version": "4.1.5",
3
+ "version": "4.1.8",
4
4
  "description": "ESlint configuration for use in davidsneighbour projects.",
5
5
  "main": "index.js",
6
6
  "repository": "davidsneighbour/configurations",
@@ -13,10 +13,10 @@
13
13
  "bugs": "https://github.com/davidsneighbour/configurations/issues",
14
14
  "homepage": "https://github.com/davidsneighbour/eslint-config#readme",
15
15
  "dependencies": {
16
- "@davidsneighbour/prettier-config": "^4.0.9",
17
- "@typescript-eslint/eslint-plugin": "^5.33.0",
18
- "@typescript-eslint/parser": "^5.33.0",
19
- "eslint": "^8.21.0",
16
+ "@davidsneighbour/config": "^1.0.19",
17
+ "@typescript-eslint/eslint-plugin": "^5.35.1",
18
+ "@typescript-eslint/parser": "^5.35.1",
19
+ "eslint": "^8.23.0",
20
20
  "eslint-config-airbnb-base": "^15.0.0",
21
21
  "eslint-plugin-anti-trojan-source": "^1.1.0",
22
22
  "eslint-plugin-compat": "^4.0.2",
package/README.md DELETED
@@ -1,61 +0,0 @@
1
- # @davidsneighbour/eslint-config
2
-
3
- [ESLint](https://github.com/eslint/eslint) configuration used in [davidsneighbour](https://github.com/davidsneighbour) projects.
4
-
5
- ## Installation
6
-
7
- Use npm to install this package as development dependency:
8
-
9
- ```shell
10
- npm install --save-dev @davidsneighbour/eslint-config
11
- ```
12
-
13
- ## Configuration
14
-
15
- Add .eslintrc with the following content to your project:
16
-
17
- ```json
18
- {
19
- "extends": "@davidsneighbour/eslint-config"
20
- }
21
- ```
22
-
23
- or in `package.json`:
24
-
25
- ```json
26
- {
27
- "eslintConfig": {
28
- "extends": "@davidsneighbour/eslint-config"
29
- }
30
- }
31
- ```
32
-
33
- Write better code.
34
-
35
- <!-- CONFIGURATIONS BEGIN -->
36
-
37
- ## davidsneighbour/configurations
38
-
39
- A collection of configurations for website development at DNB Org.
40
-
41
- <!-- prettier-ignore -->
42
- |Package | Description |
43
- | --- | --- |
44
- | [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
45
- | [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
46
- | [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
47
- | [commitlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config) | [Commitlint](https://github.com/conventional-changelog/commitlint) configuration |
48
- | [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
49
- | [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
50
- | [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
51
- | [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
52
- | [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
53
- | [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
54
- | [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
55
- | [standard-version-config](https://github.com/davidsneighbour/configurations/tree/main/packages/standard-version-config) | [Standard Version](https://github.com/conventional-changelog/standard-version) configuration |
56
- | [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
57
- | [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
58
- | [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
59
- | [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
60
-
61
- <!-- CONFIGURATIONS END -->