Skip to content

Commit 06549a9

Browse files
Merge branch 'master' into master
2 parents 51ad4bb + 87d929e commit 06549a9

File tree

222 files changed

+8408
-9766
lines changed

Some content is hidden

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

222 files changed

+8408
-9766
lines changed

.babelrc

Lines changed: 0 additions & 35 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 145 deletions
This file was deleted.

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ insert_final_newline = true
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
insert_final_newline = false
12+
insert_final_newline = true
1313
trim_trailing_whitespace = false

.eslintignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/node_modules
1+
/coverage
22
/dist
3-
/test/cases
3+
/node_modules
4+
/test/fixtures
5+
/test/cases/*/expected
46
/test/js
5-
/test/manual

.eslintrc.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
module.exports = {
22
root: true,
3-
plugins: ['prettier'],
4-
extends: ['@webpack-contrib/eslint-config-webpack'],
5-
rules: {
6-
'prettier/prettier': [
7-
'error',
8-
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
9-
],
10-
'class-methods-use-this': 'off',
11-
'no-undefined': 'off',
12-
},
3+
parser: 'babel-eslint',
4+
extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'],
135
};

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ package-lock.json -diff
22
* text=auto
33
test/cases/* eol=lf
44
bin/* eol=lf
5+
yarn.lock -diff

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
@webpack-contrib/org-maintainers
44

55
# Add repository specific users / groups
6-
# below here for libs that are not maintained by the org.
7-
@sokra
6+
# below here for libs that are not maintained by the org.

0 commit comments

Comments
 (0)