Skip to content

Commit

Permalink
Add plain-js config
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1 committed Aug 29, 2018
1 parent 3289b59 commit 1d2390a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
console.log(
'\n=================================\nTHIS CONFIG IS CURRENTYL DISABLED,\nUSE V2 INSTEAD\n=================================\n'
);
module.exports = {
extends: ['./thowErrorPlease'].map(require.resolve)
extends: ['./javascript', './prettier'].map(require.resolve)
};

0 comments on commit 1d2390a

Please sign in to comment.