vanillawc/.github

Migrate Linting to ESMTK

evanplaice opened this issue · 0 comments

Linting is currently done using SemiStandard. Change this to StandardJS run via the new ESM Toolkit

Checklist

  • wc-blink
  • wc-bullet-chain
  • wc-codemirror
  • wc-csv-table
  • wc-demo
  • wc-icon-rule
  • wc-include
  • wc-markdown
  • wc-marquee
  • wc-monaco-editor
  • wc-resume
  • wc-social-link
  • wc-sortable-table
  • wc-template

Notes

  • uninstall SemiStandard
  • install ESMTK
  • update package.json config if necessary
  • lint

package.json

"scripts": {
    "lint": "esmtk lint"
}