Skip to content
Snippets Groups Projects
package.json 478 B
Newer Older
  • Learn to ignore specific revisions
  • winniehell's avatar
    winniehell committed
    {
      "private": true,
      "scripts": {
    
        "eslint": "eslint --max-warnings 0 --ext .js,.js.es6 .",
    
        "eslint-fix": "npm run eslint -- --fix",
        "eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html"
    
    winniehell's avatar
    winniehell committed
      },
      "devDependencies": {
    
    winniehell's avatar
    winniehell committed
      }
    }