Skip to content

Commit

Permalink
fix(stylelint): disable function-name-case
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 25, 2019
1 parent a0efa41 commit 19b1d99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ module.exports = {
},
],
'prettier/prettier': true,
// SCSS function name, and express function name are case-sensitive
'function-name-case': null,
},
}

0 comments on commit 19b1d99

Please sign in to comment.