Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 170 Bytes

.textlintrc.js

File metadata and controls

10 lines (10 loc) · 170 Bytes
module.exports = { 'rules': { 'no-todo': { 'severity': 'warning', }, 'ja-space-between-half-and-full-width': { 'space': 'always', }, }, }