Skip to content

Commit

Permalink
Bump @skyscanner/eslint-config-skyscanner from 15.1.0 to 17.0.0 (#68)
Browse files Browse the repository at this point in the history
* Bump @skyscanner/eslint-config-skyscanner from 15.1.0 to 17.0.0

Bumps [@skyscanner/eslint-config-skyscanner](https://github.com/Skyscanner/eslint-config-skyscanner) from 15.1.0 to 17.0.0.
- [Release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases)
- [Changelog](https://github.com/Skyscanner/eslint-config-skyscanner/blob/main/CHANGELOG.md)
- [Commits](Skyscanner/eslint-config-skyscanner@15.1.0...17.0.0)

---
updated-dependencies:
- dependency-name: "@skyscanner/eslint-config-skyscanner"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix import order

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patryk Szulczyk <[email protected]>
Co-authored-by: Patryk Szulczyk <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 3ec7da1 commit 6c03938
Show file tree
Hide file tree
Showing 4 changed files with 1,881 additions and 836 deletions.
2 changes: 1 addition & 1 deletion lib/rules/use-colors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
*/

const stylelint = require('stylelint');
const _ = require('lodash');
const stylelint = require('stylelint');
const tinycolor = require('tinycolor2');

const { tokensByCategory, tokensByType } = require('../../utils/token-utils');
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/use-tokens/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
limitations under the License.
*/

const stylelint = require('stylelint');
const { parse } = require('postcss-values-parser');
const stylelint = require('stylelint');

const { SHORTHAND_PROPS } = require('../../utils/token-props');

Expand Down
Loading

0 comments on commit 6c03938

Please sign in to comment.