chore: move to github actions and changeset

This commit is contained in:
Thomas Allmer
2020-10-24 18:31:47 +02:00
parent 6343304456
commit 1ed49ff7ac
189 changed files with 952 additions and 2717 deletions

View File

@@ -1,9 +1,14 @@
module.exports = {
extends: ['./packages/eslint-config/index.js', require.resolve('eslint-config-prettier')],
rules: {
'lit/no-useless-template-literals': 'off',
},
overrides: [
{
files: ['**/test/**/*.js', '**/*.config.js'],
files: ['**/test-node/**/*.js', '**/test-web/**/*.js', '**/*.config.js'],
rules: {
'lit/no-invalid-html': 'off',
'lit/binding-positions': 'off',
'no-console': 'off',
'no-unused-expressions': 'off',
'class-methods-use-this': 'off',