agung-wete / userscript-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%