Lint configs
This commit is contained in:
Родитель
edd2575bbb
Коммит
76690ae4b5
|
@ -1,2 +1 @@
|
||||||
dist
|
dist
|
||||||
*.config.js
|
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
module.exports = function(config) {
|
module.exports = function(config) {
|
||||||
config.set({
|
config.set({
|
||||||
frameworks: ['mocha', 'chai'],
|
frameworks: ['mocha', 'chai'],
|
||||||
files: [{pattern: 'dist/index.esm.js', type: 'module'}, {pattern: 'test/test.js', type: 'module'}],
|
files: [
|
||||||
|
{pattern: 'dist/index.esm.js', type: 'module'},
|
||||||
|
{pattern: 'test/test.js', type: 'module'}
|
||||||
|
],
|
||||||
reporters: ['mocha'],
|
reporters: ['mocha'],
|
||||||
port: 9876,
|
port: 9876,
|
||||||
colors: true,
|
colors: true,
|
||||||
|
|
|
@ -13,7 +13,5 @@ export default {
|
||||||
name: 'paste-markdown'
|
name: 'paste-markdown'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [typescript()]
|
||||||
typescript()
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче