mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
style: eslint ignore docs/
This commit is contained in:
@@ -2,3 +2,4 @@ node_modules
|
||||
dist
|
||||
demo
|
||||
coverage
|
||||
docs
|
||||
|
||||
+4
-4
@@ -5,10 +5,10 @@ const { layout } = require('./layout')
|
||||
const { memory } = require('./memory')
|
||||
|
||||
async function main () {
|
||||
// await output()
|
||||
// await tag()
|
||||
// await demo()
|
||||
// await layout()
|
||||
await output()
|
||||
await tag()
|
||||
await demo()
|
||||
await layout()
|
||||
await memory()
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = {extends: ['@commitlint/config-conventional']};
|
||||
module.exports = { extends: ['@commitlint/config-conventional'] }
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"integration": "mocha \"test/integration/**/*.ts\"",
|
||||
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",
|
||||
"test": "cross-env BUNDLES=cjs,umd npm run build && mocha \"test/**/*.ts\"",
|
||||
"check": "npm test && npm run lint",
|
||||
"benchmark": "node --expose-gc benchmark/index",
|
||||
"coverage": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
|
||||
"coverage-coveralls": "nyc mocha \"test/{unit,integration}/**/*.ts\" && nyc report --reporter=text-lcov | coveralls",
|
||||
|
||||
Reference in New Issue
Block a user