Rollup and NPM related
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'standard'
|
||||
'eslint:recommended'
|
||||
],
|
||||
env: {
|
||||
'browser': true,
|
||||
'node': true,
|
||||
// 'node': true,
|
||||
'es6': true
|
||||
},
|
||||
parserOptions: {
|
||||
'ecmaVersion': 2019,
|
||||
'sourceType': 'module'
|
||||
},
|
||||
plugins: [
|
||||
'svelte3'
|
||||
],
|
||||
plugins: [ 'svelte3' ],
|
||||
overrides: [{
|
||||
files: ['**/*.svelte'],
|
||||
processor: 'svelte3/svelte3'
|
||||
|
||||
Reference in New Issue
Block a user