Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 14, 2021
2 parents 7fa91f3 + bfae791 commit d943ed5
Show file tree
Hide file tree
Showing 1,668 changed files with 28,801 additions and 19,197 deletions.
88 changes: 0 additions & 88 deletions .circleci/config.yml

This file was deleted.

91 changes: 91 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,91 @@
module.exports = {
env: {
browser: true,
es6: true,
node: true
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:prettier/recommended',
'plugin:import/recommended',
'plugin:import/typescript'
],
ignorePatterns: [
'node_modules/**/*.*',
'dist/**/*.*',
'/test/**/*.*',
'!/test/*.js',
'!/test/*/*.js',
'/test/node_modules/*.*',
'!/test/*/samples/**/_config.js'
],
overrides: [
{
files: ['*.js'],
rules: {
'@typescript-eslint/explicit-module-boundary-types': 'off'
}
},
{
files: ['*.js', 'cli/**/*.ts'],
rules: {
'@typescript-eslint/no-var-requires': 'off'
}
},
{
env: {
mocha: true
},
files: ['test/**/*.js'],
rules: {
'sort-keys': 'off'
}
}
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/consistent-type-assertions': [
'error',
{ assertionStyle: 'as', objectLiteralTypeAssertions: 'allow' }
],
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/member-ordering': [
'error',
{
default: {
memberTypes: require('@typescript-eslint/eslint-plugin/dist/rules/member-ordering')
.defaultOrder,
order: 'alphabetically'
}
}
],
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'dot-notation': 'error',
'import/no-unresolved': ['error', { ignore: ['package.json', 'is-reference', 'help.md'] }],
'import/order': ['error', { alphabetize: { order: 'asc' } }],
'no-constant-condition': ['error', { checkLoops: false }],
'no-prototype-builtins': 'off',
'object-shorthand': 'error',
'prefer-const': ['error', { destructuring: 'all' }],
'prefer-object-spread': 'error',
'sort-imports': [
'error',
{
ignoreCase: true,
ignoreDeclarationSort: true,
ignoreMemberSort: false
}
],
'sort-keys': ['error', 'asc', { caseSensitive: false }]
}
};
48 changes: 0 additions & 48 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
<!--
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG.md
Expand Up @@ -12,7 +12,7 @@ about: Something went awry and you'd like to tell us about it.
Or your issue may be closed.
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
👉🏽 Is this issue related to an official plugin? Please do not open an issue here, go to the plugins repository instead: https://github.com/rollup/plugins/issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/DOCS.md
Expand Up @@ -12,7 +12,7 @@ about: Are the docs lacking or missing something? Do they need some new 🔥 hot
Or your issue may be closed.
👉🏽 Need help or tech support? Don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE.md
Expand Up @@ -12,7 +12,7 @@ about: Suggest an idea for this project
Or your issue may be closed.
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/MODIFICATION.md
Expand Up @@ -12,7 +12,7 @@ about: Would you like something work differently? Have an alternative approach?
Or your issue may be closed.
👉🏽 Need help or tech support? Please don't open an issue!
Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs
Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs
❤️ Rollup? Please consider supporting our collective:
👉 https://opencollective.com/rollup/donate
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/SUPPORT.md
@@ -1,11 +1,11 @@
---
name: 🆘 Support, Help, and Advice
about: 👉🏽 Need help or tech support? Please don't open an issue! Head to https://gitter.im/rollup/rollup or https://stackoverflow.com/questions/tagged/rollupjs.
about: 👉🏽 Need help or tech support? Please don't open an issue! Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs.

---

Hey there! If you need help or tech support then this is not the place to
ask. Please head to [the Rollup Gitter](https://gitter.im/rollup/rollup)
ask. Please head to the [Rollup Discord](https://is.gd/rollup_chat)
instead or post a question to https://stackoverflow.com/questions/tagged/rollupjs.

If you arrived here because you think Rollup's documentation is unclear,
Expand Down
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -29,6 +29,15 @@ Breaking Changes?
- [ ] no

List any relevant issue numbers:
<!--
If this PR resolves any issues, list them as
resolves #1234
where 1234 is the issue number. This will help us with house-keeping as Github will automatically add a note to those issues stating that a potential fix exists. Once the PR is merged, Github will automatically close those issues.
If an issue is only solved partially or is relevant in some other way, just list the number without "resolves".
-->

### Description

Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/node-windows.yml

This file was deleted.

0 comments on commit d943ed5

Please sign in to comment.