diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..f225640f4 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1 @@ +supports css-logical-props and last 2 versions and > 1% diff --git a/.github/workflows/stylelint-pr.yml b/.github/workflows/stylelint-pr.yml index 8c42dc57e..eee35fbb7 100644 --- a/.github/workflows/stylelint-pr.yml +++ b/.github/workflows/stylelint-pr.yml @@ -43,3 +43,4 @@ jobs: filter_mode: "diff_context" stylelint_config: ".stylelintrc.json" stylelint_input: "**/*.scss" + format: "json" diff --git a/package.json b/package.json index 30734e9a8..80a68628b 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,6 @@ "test:coverage": "jest --coverage", "test:watch": "npm run test -- --watch -o --coverage" }, - "browserslist": [ - "supports css-logical-props and last 2 versions and > 1%" - ], "lint-staged": { "*": "prettier --write --ignore-unknown" },