/userscript-boilerplate

Create userscript with eslint, editorconfig, terserjs. Lint & minify your code

Primary LanguageJavaScript

USERSCRIPT BOILERPLATE

INGREDIENT

  • eslint
  • eslint-standard
  • terserjs for minify the code
  • editorconfig

INSTALL

  • yarn install
  • Change index.js

SCRIPT

  • yarn run lint - Lint the code
  • yarn run build - Lint and build the code. Find it in dist folder