@davidsneighbour/babel-config 4.0.10 → 5.0.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/LICENSE.md +1 -1
  2. package/README.md +19 -44
  3. package/package.json +12 -11
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Patrick Kollitsch / David's Neighbour
3
+ Copyright (c) 2023 Patrick Kollitsch / David's Neighbour
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/README.md CHANGED
@@ -1,16 +1,4 @@
1
- ## @davidsneighbour/babel-config
2
-
3
- [Babel](https://babeljs.io/) configuration for [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/babel-config
11
- ```
12
-
13
- ### Configuration
1
+ # Babel
14
2
 
15
3
  Create `.babelrc.js` with the following content:
16
4
 
@@ -53,34 +41,21 @@ module.exports = {
53
41
 
54
42
  [More information about Babel configuration](https://babeljs.io/docs/en/options).
55
43
 
56
- ### Configuration rules in this package
57
-
58
- To be written ...
59
-
60
- <!-- CONFIGURATIONS BEGIN -->
61
-
62
- ## davidsneighbour/configurations
63
-
64
- A collection of configurations for website development at DNB Org.
65
-
66
- <!-- prettier-ignore -->
67
- |Package | Description |
68
- | --- | --- |
69
- | [babel-config](https://github.com/davidsneighbour/configurations/tree/main/packages/babel-config) | [Babel](https://babeljs.io/) configuration |
70
- | [bootstrap-config](https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config) | [Bootstrap](https://getbootstrap.com/) configuration |
71
- | [browserslist-config](https://github.com/davidsneighbour/configurations/tree/main/packages/browserslist-config) | [Browserslist](https://github.com/browserslist/browserslist) configuration |
72
- | [commitlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/commitlint-config) | [Commitlint](https://github.com/conventional-changelog/commitlint) configuration |
73
- | [cssnano-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cssnano-config) | [CSSnano](https://cssnano.co/) configuration |
74
- | [cypress-config](https://github.com/davidsneighbour/configurations/tree/main/packages/cypress-config) | [Cypress](https://www.cypress.io/) configuration |
75
- | [eslint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/eslint-config) | [ESLint](https://github.com/eslint/eslint) configuration |
76
- | [htmlvalidate-config](https://github.com/davidsneighbour/configurations/tree/main/packages/htmlvalidate-config) | [HTMLValidate](https://html-validate.org/) configuration |
77
- | [postcss-config](https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config) | [PostCSS](https://postcss.org/) configuration |
78
- | [prettier-config](https://github.com/davidsneighbour/configurations/tree/main/packages/prettier-config) | [Prettier](https://prettier.io/) configuration |
79
- | [remark-config](https://github.com/davidsneighbour/configurations/tree/main/packages/remark-config) | [ReMark](https://github.com/remarkjs/remark-lint) configuration |
80
- | [standard-version-config](https://github.com/davidsneighbour/configurations/tree/main/packages/standard-version-config) | [Standard Version](https://github.com/conventional-changelog/standard-version) configuration |
81
- | [stylelint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config) | [StyleLint](https://github.com/stylelint/stylelint) configuration |
82
- | [textlint-config](https://github.com/davidsneighbour/configurations/tree/main/packages/textlint-config) | [TextLint](https://github.com/textlint/textlint) configuration |
83
- | [webpack-config](https://github.com/davidsneighbour/configurations/tree/main/packages/webpack-config) | [Webpack](https://webpack.js.org/) configuration |
84
- | [tools](https://github.com/davidsneighbour/configurations/tree/main/packages/tools) | Tools |
85
-
86
- <!-- CONFIGURATIONS END -->
44
+ # All configurations
45
+
46
+ - [Babel](/packages/babel-config)
47
+ - [Bootstrap](/packages/bootstrap-config)
48
+ - [Browserslist](/packages/browserslist-config)
49
+ - [Commitlint](/packages/commitlint-config)
50
+ - [CssNano](/packages/cssnano-config)
51
+ - [Cypress](/packages/cypress-config)
52
+ - [ESLint](/packages/eslint-config)
53
+ - [Markdownlint](/packages/markdownlint-config)
54
+ - [PostCSS](/packages/postcss-config)
55
+ - [Prettier](/packages/prettier-config)
56
+ - [Remark Lint](/packages/remark-config)
57
+ - [Standard Version](/packages/standard-version-config)
58
+ - [Stylelint](/packages/stylelint-config)
59
+ - [Textlint](/packages/textlint-config)
60
+ - [Tools](/packages/tools)
61
+ - [Webpack](/packages/webpack-config)
package/package.json CHANGED
@@ -1,23 +1,24 @@
1
1
  {
2
2
  "name": "@davidsneighbour/babel-config",
3
- "description": "Babel configuration for davidsneighbour projects.",
4
- "version": "4.0.10",
3
+ "description": "Babel configuration for use in @davidsneighbour projects.",
4
+ "version": "5.0.2",
5
5
  "license": "MIT",
6
- "repository": "git+https://github.com/davidsneighbour/configurations/",
6
+ "repository": "davidsneighbour/configurations",
7
7
  "author": {
8
8
  "name": "Patrick Kollitsch",
9
9
  "email": "patrick@davids-neighbour.com",
10
10
  "web": "https://davids-neighbour.com"
11
11
  },
12
- "bugs": {
13
- "url": "https://github.com/davidsneighbour/configurations/issues"
14
- },
12
+ "bugs": "https://github.com/davidsneighbour/configurations/issues",
13
+ "homepage": "https://github.com/davidsneighbour/configurations/blob/main/docs/babel.md",
15
14
  "dependencies": {
16
- "@babel/core": "^7.18.10",
17
- "@babel/preset-env": "^7.18.10"
15
+ "@babel/core": "7.20.12",
16
+ "@babel/preset-env": "7.20.2",
17
+ "babel-loader": "9.1.2"
18
18
  },
19
- "main": "index.js",
20
19
  "scripts": {
21
- "release": "../../release"
22
- }
20
+ "fixpack": "fixpack"
21
+ },
22
+ "main": "index.js",
23
+ "gitHead": "8af7f637920a8701d198aa71ecd164fe02b1f6e7"
23
24
  }