Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/eslint-module

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/eslint-module

ESLint will run on saving

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
119K
increased by7.44%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint Module

npm version npm downloads Circle CI Codecov Dependencies Standard JS

ESLint will run on saving

📖 Release Notes

Setup

  1. Add the @nuxtjs/eslint-module dependency with yarn or npm to your project
  2. Add @nuxtjs/eslint-module to the devModules section of nuxt.config.js
  3. Configure it:
{
  devModules: [
    '@nuxtjs/eslint-module'
  ]
}

Options

fix

  • Default: false

This option will enable ESLint autofix feature.

Be careful: this option will change source files.

emitError

  • Default: false

Loader will always return errors if this option is set to true.

emitWarning

  • Default: false

Loader will always return warnings if option is set to true. If you're using hot module replacement, you may wish to enable this in development, or else updates will be skipped when there's an eslint error.

quiet

  • Default: false

Loader will process and report errors only and ignore warnings if this option is set to true

failOnWarning

  • Default: false

Loader will cause the module build to fail if there are any eslint warnings.

failOnError
  • Default: false

Loader will cause the module build to fail if there are any eslint errors.

See all options in eslint-loader.

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Nuxt Community

FAQs

Package last updated on 27 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc