Skip to content

Commit 71d125b

Browse files
committed
Ship v2.0.0-beta.8
2 parents 746d6b4 + ee073ca commit 71d125b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1423
-1923
lines changed

.babelrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
],
1212
plugins: [
1313
process.env.PLUGINS && 'transform-es2015-modules-strip',
14-
['@babel/proposal-object-rest-spread', {loose: true, useBuiltIns: true}]
14+
['@babel/proposal-object-rest-spread', {loose: true, useBuiltIns: true}],
15+
'@babel/plugin-proposal-throw-expressions'
1516
].filter(Boolean),
1617
env: {
1718
test: {

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"jsx-quotes": "error",
142142
"key-spacing": "off",
143143
"keyword-spacing": "error",
144-
"linebreak-style": ["error", "unix"],
144+
"linebreak-style": 0,
145145
"line-comment-position": "off",
146146
"lines-around-comment": "off",
147147
"lines-around-directive": "error",

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
.DS_Store
2+
.idea
13
node_modules

0 commit comments

Comments
 (0)