We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a59341 commit 16b6127Copy full SHA for 16b6127
packages/eslint-plugin-putout/.madrun.mjs
@@ -14,7 +14,7 @@ const lintEnv = {
14
export default {
15
'wisdom': () => run(['lint:all', 'coverage']),
16
'test': () => `tape 'test/**/*.mjs' 'lib/config/*.spec.*'`,
17
- 'test:all': () => [env, `mocha --timeout ${MOCHA_TIMEOUT} 'test/**/*.mjs' 'lib/putout/*.spec.js' 'lib/**/*.spec.js'`],
+ 'test:all': () => [env, `mocha --timeout ${MOCHA_TIMEOUT} 'test/**/*.mjs' 'lib/putout/*.spec.js' 'lib/**/*.spec.js'`],
18
'watch:test': async () => `nodemon -w rules -x ${await run('test')}`,
19
'lint': () => 'putout .',
20
'lint:all': () => run(['lint', 'lint:safe']),
0 commit comments