UNPKG

eslint-plugin-speller

Version:
10 lines (8 loc) 161 B
/** * @fileoverview Spell checker for JS files * @author Łukasz Cichorek */ "use strict"; module.exports.rules = { speller: require("./rules/speller") };