UNPKG

eslint-plugin-rulesdir

Version:

Allows a local ESLint rules directory to be used without a command-line flag

7 lines (4 loc) 165 B
// This rule doesn't do anything. // it only exists to make sure a rule is found and the plugin is working. 'use strict'; module.exports = { create: () => ({}) };