@toptal/davinci-skeleton 7.5.2 → 8.0.0
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/.eslintrc.js.skeleton +3 -0
- package/CHANGELOG.md +9 -0
- package/dist-package/package.json +1 -1
- package/package.json +1 -1
- package/package.json.skeleton +1 -1
- package/.eslintrc.skeleton +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1517](https://github.com/toptal/davinci/pull/1517) [`fa3423f1`](https://github.com/toptal/davinci/commit/fa3423f1f9211b4d8899064aa4afdf5ca2198483) Thanks [@LashaJini](https://github.com/LashaJini)! - ---
|
|
8
|
+
|
|
9
|
+
- Do not load Jest related eslint rules if project is not using Jest
|
|
10
|
+
- [BREAKING CHANGE] Rename `.eslintrc` to `.eslintrc.js`
|
|
11
|
+
|
|
3
12
|
## 7.5.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
package/package.json.skeleton
CHANGED
package/.eslintrc.skeleton
DELETED