• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

fast-eslint-8

ESLint v8.x linter plugin for JavaScript, based on fast-eslint
  • #javascript
  • #linter
  • #lint
  • #eslint
  • #airbnb
db-developer
5.1.3 6,293
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

fast-eslint-8 package

Lightweight eslint v8.x linter plugin for Atom, based on fast-eslint.

License: MIT APM GitHub Release Date APM eslint

fast-eslint-8 is a migration of fast-eslint from using eslint 7.10 to eslint 8.x (see badge for current version).

Eslint v8.x is bundled with this package and works "out of the box".
It is NOT necessary to install eslint globally or inside your project.

Many thanks to Arnaud Dezandee, who is the creator of fast-eslint. This migration would not have been able without his project. Feel free to copy the changed code and reintegrate it into fast-eslint.

Table of Contents

  1. Installation
  • User-friendly
  • Advanced (apm)
  1. Configuration
  • User-friendly, by using atom settings
  • Advanced, by editing atoms configuration
  1. Updating fast-eslint-8
  2. Using popular styleguides with eslint, like airbnb, google and others
  3. Most bugging error messages

Please follow the links in 'table of contents' to install, configure and update.


Most bugging error messages

No ESLint configuration found in <filename>

eslint no configuration found

You simply forgot to provide an .eslintrc.* file in the named directory.
If you choose to provide an .eslintrc.js file, its content might look as follows:

/**
 *  .eslintrc.js - eslint configuration file
 *  @ignore
 */
module.exports = {
  "extends": "eslint:recommended",
  "env": {
    "browser": true,
    "es6":  true,
    "node": true
  },
  "parserOptions": {
    "ecmaVersion": "latest"
  }
};
 

Follow the link, to:

  • read more on .eslintrc.* files
  • read more on jsdoc comments

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by