Skip to content

Commit

Permalink
feat: custom component files
Browse files Browse the repository at this point in the history
This feature will allow for adding custom component file types (e.g., withIndex, withwithStoryStyle,
etc.)

#21 #22 #27 #34 #36 #37 #39
  • Loading branch information
arminbro committed Feb 16, 2021
1 parent 3f2bc4a commit 6373a91
Show file tree
Hide file tree
Showing 12 changed files with 7,444 additions and 9,656 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
env: {
commonjs: true,
es2021: true,
node: true,
},
extends: ['airbnb-base', 'plugin:prettier/recommended'],
parserOptions: {
ecmaVersion: 12,
},
rules: {},
};
13 changes: 0 additions & 13 deletions .eslintrc.json

This file was deleted.

Loading

0 comments on commit 6373a91

Please sign in to comment.