mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
chore: move to github actions and changeset
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user