Skip to content

Commit

Permalink
Add linting configs for all linters to root of repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Apr 22, 2019
1 parent 08c138e commit a69661a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .htmlhintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('kolibri-tools/.htmlhintrc');
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('kolibri-tools/.prettierrc');
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('kolibri-tools/.stylelintrc');

0 comments on commit a69661a

Please sign in to comment.