Skip to content

Commit

Permalink
remove plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed May 10, 2024
1 parent 840bc65 commit 4436df1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stylelint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ module.exports = {
ignoreFiles: ['**/*.js', '**/*.cjs'],
rules: {
'primer/no-override': false,
'primer/no-deprecated-colors': [
true,
{
inlineFallback: false,
},
],
'primer/no-deprecated-colors': false
},
}

0 comments on commit 4436df1

Please sign in to comment.