Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 20, 2020
2 parents 4d0aad5 + 9300cc4 commit 7cb83ae
Show file tree
Hide file tree
Showing 8 changed files with 2,960 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['@studiometa/eslint-config'],
rules: {
'global-require': 'off',
},
};
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@studiometa/prettier-config');
Loading

0 comments on commit 7cb83ae

Please sign in to comment.