Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeipanov committed Apr 1, 2024
1 parent 0b0d9dc commit 1436c8c
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 267 deletions.
6 changes: 5 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
'use strict';

module.exports = {
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
extends: [
'stylelint-config-standard',
'stylelint-prettier/recommended',
'stylelint-config-tailwindcss',
],
};
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function (defaults) {
cacheInclude: [/.*.(css|hbs)$/, /.tailwind.config.js$/],
plugins: [
{
// eslint-disable-next-line n/no-missing-require
module: require('postcss-import'),
options: {
path: ['node_modules'],
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
"prettier": "^3.2.4",
"qunit": "^2.20.0",
"qunit-dom": "^2.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.1",
"webpack": "^5.89.0"
},
Expand Down
Loading

0 comments on commit 1436c8c

Please sign in to comment.