UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

17 lines (16 loc) 279 B
module.exports = { extends: [ '@llc1123', '@llc1123/eslint-config/react', '@llc1123/eslint-config/prettier', ], rules: { 'react/self-closing-comp': [ 'error', { component: true, html: true, }, ], }, }