mobilusoss / textlint-browser-runner

textlint for browser bundled with Japanese preset rules.
https://mobilusoss.github.io/textlint-browser-runner
MIT License
12 stars 1 forks source link

lint-staged should ignore except `packages/` #11

Closed georgeOsdDev closed 4 years ago

georgeOsdDev commented 4 years ago
$ git commit -m "Fix #9, change terser ecma option from 6 to 5"
husky > pre-commit (node v12.13.0)
lerna notice cli v3.20.2
lerna info Executing command in 1 package: "npm run precommit"
textlint-rule-preset-mobilus: > textlint-rule-preset-mobilus@0.0.2 precommit /Users/oshidatakeharu/Project/Mobilus/mobilusoss/textlint-browser-runner/packages/textlint-rule-preset-mobilus
textlint-rule-preset-mobilus: > lint-staged
textlint-rule-preset-mobilus: No staged files match any of provided globs.
lerna success run Ran npm script 'precommit' in 1 package in 1.9s:
lerna success - textlint-rule-preset-mobilus
[bugfix/terser_ecma_option c5f2d09] Fix #9, change terser ecma option from 6 to 5
 2 files changed, 3 insertions(+), 3 deletions(-)
 rewrite docs/downloads/textlint.bundle.min.js (67%)
georgeOsdDev commented 4 years ago

Done #15