Skip to content

Commit

Permalink
Cleanup linting config for kolibri-format. Tweak for v-deep.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Dec 10, 2024
1 parent 1a786c0 commit 3c816cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .htmlhintrc.js

This file was deleted.

6 changes: 5 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
module.exports = require('kolibri-tools/.stylelintrc');
const stylelintConfig = require('kolibri-format/.stylelintrc');

stylelintConfig['rules']['selector-pseudo-element-no-unknown'] = [true, { ignorePseudoElements: ['v-deep'] }];

module.exports = stylelintConfig;

0 comments on commit 3c816cf

Please sign in to comment.