@solid-soda/scripts
Advanced tools
+6
-0
@@ -5,2 +5,8 @@ # Changelog | ||
| ## [2.2.0](https://github.com/solid-soda/scripts/compare/v2.1.1...v2.2.0) (2020-09-23) | ||
| ### Features | ||
| - bump all installed versions ([042cdf9](https://github.com/solid-soda/scripts/commit/042cdf95de9ebfa0f044016564b0a6da3bc9e363)) | ||
| ### [2.1.1](https://github.com/solid-soda/scripts/compare/v2.1.0...v2.1.1) (2020-05-25) | ||
@@ -7,0 +13,0 @@ |
| module.exports = { | ||
| plugins: ['unicorn', 'eslint-plugin-import-helpers'], | ||
| extends: ['airbnb-base', 'plugin:unicorn/recommended', 'prettier'], | ||
| plugins: ['eslint-plugin-import-helpers'], | ||
| extends: ['airbnb-base', 'prettier'], | ||
| rules: { | ||
@@ -8,7 +8,2 @@ 'no-undef': 0, | ||
| 'class-methods-use-this': 0, | ||
| 'unicorn/prefer-spread': 0, | ||
| 'unicorn/filename-case': 0, | ||
| 'unicorn/prevent-abbreviations': 0, | ||
| 'unicorn/prefer-query-selector': 0, | ||
| 'unicorn/prefer-number-properties': 0, | ||
| 'import/no-unresolved': 0, | ||
@@ -15,0 +10,0 @@ 'import/no-extraneous-dependencies': 0, |
+0
-1
@@ -21,3 +21,2 @@ const { packageJson, json, install, uninstall, lines } = require('mrm-core'); | ||
| 'eslint-plugin-import-helpers', | ||
| 'eslint-plugin-unicorn', | ||
| 'eslint-config-prettier', | ||
@@ -24,0 +23,0 @@ 'eslint-import-resolver-node', |
+1
-2
| { | ||
| "name": "@solid-soda/scripts", | ||
| "version": "2.1.1", | ||
| "version": "2.2.0", | ||
| "author": "Igor Kamyshev <igor@kamyshev.me>", | ||
@@ -45,3 +45,2 @@ "license": "MIT", | ||
| "eslint-plugin-import-helpers": "^1.0.2", | ||
| "eslint-plugin-unicorn": "^18.0.1", | ||
| "husky": "^4.2.5", | ||
@@ -48,0 +47,0 @@ "lint-staged": "^10.1.3", |
@@ -36,2 +36,3 @@ const { json, install, packageJson, lines } = require('mrm-core'); | ||
| 'stylelint', | ||
| 'stylelint-order', | ||
| 'stylelint-config-recess-order', | ||
@@ -38,0 +39,0 @@ 'stylelint-config-recommended', |
+21
-21
| const { pick } = require('lodash'); | ||
| const PACKAGE_VERSIONS = { | ||
| commitizen: '^4.0.4', | ||
| 'cz-conventional-changelog': '^3.1.0', | ||
| '@commitlint/cli': '^8.3.5', | ||
| '@commitlint/config-conventional': '^8.3.4', | ||
| eslint: '^6.8.0', | ||
| 'eslint-plugin-import-helpers': '^1.0.2', | ||
| 'eslint-plugin-unicorn': '^18.0.1', | ||
| commitizen: '^4.2.1', | ||
| 'cz-conventional-changelog': '^3.3.0', | ||
| '@commitlint/cli': '^11.0.0', | ||
| '@commitlint/config-conventional': '^11.0.0', | ||
| eslint: '^7.9.0', | ||
| 'eslint-plugin-import-helpers': '^1.1.0', | ||
| 'babel-eslint': '^10.1.0', | ||
| '@typescript-eslint/eslint-plugin': '^2.27.0', | ||
| '@typescript-eslint/parser': '^2.27.0', | ||
| 'eslint-plugin-react': '^7.19.0', | ||
| 'eslint-plugin-react-hooks': '^3.0.0', | ||
| 'eslint-plugin-import': '^2.20.2', | ||
| 'eslint-config-airbnb-base': '^14.1.0', | ||
| 'eslint-config-prettier': '^6.10.1', | ||
| 'eslint-import-resolver-node ': '^0.3.3', | ||
| husky: '^4.2.5', | ||
| 'lint-staged': '^10.1.3', | ||
| prettier: '^2.0.4', | ||
| 'standard-version': '^7.1.0', | ||
| stylelint: '^13.3.1', | ||
| 'stylelint-config-recess-order': '^2.0.4', | ||
| '@typescript-eslint/eslint-plugin': '^4.2.0', | ||
| '@typescript-eslint/parser': '^4.2.0', | ||
| 'eslint-plugin-react': '^7.20.6', | ||
| 'eslint-plugin-react-hooks': '^4.1.2', | ||
| 'eslint-plugin-import': '^2.22.0', | ||
| 'eslint-config-airbnb-base': '^14.2.0', | ||
| 'eslint-config-prettier': '^6.11.0', | ||
| 'eslint-import-resolver-node ': '^0.3.4', | ||
| husky: '^4.3.0', | ||
| 'lint-staged': '^10.4.0', | ||
| prettier: '^2.1.2', | ||
| 'standard-version': '^9.0.0', | ||
| stylelint: '^13.7.1', | ||
| 'stylelint-config-recess-order': '^2.1.0', | ||
| 'stylelint-order': '4.1.0', | ||
| 'stylelint-config-recommended': '^3.0.0', | ||
@@ -27,0 +27,0 @@ }; |
16
-5.88%42194
-0.11%507
-0.98%