Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.2.0...v2.0.0) (2022-05-05) ### Bug Fixes * Removes IE Mobile from browserlist ([344d97e](344d97e)) * Updates eslint-plugin-import because current version is not supported by eslint v7 ([2b6aeff](2b6aeff)) ### Feat * Bump major version number ([c8ca422](c8ca422)) ### Features * Adds migration guide ([e537ab1](e537ab1)) * Adds supported node.js versions ([31e9371](31e9371)) * Updates stylelint to v14.6.1 and removes obsolete `syntax` option ([18742aa](18742aa)) ### BREAKING CHANGES * Stylelint v14 does not include syntaxes by default Stylelint no longer includes the syntaxes to parse CSS-like languages like SCSS. Migration guide: - In your Stylelint configuration object extend a shared config like @netcentric/stylelint-config
- Loading branch information