All Projects → ricardofbarros → Linter Js Standard

ricardofbarros / Linter Js Standard

Licence: mit
Atom linter plugin for JavaScript, using JavaScript Standard Style

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Linter Js Standard

linter-elixirc
Atom Linter plugin for ElixirC
Stars: ✭ 14 (-85.26%)
Mutual labels:  atom, linter
Atom Linter Alex
Linter plugin using alex to catch insensitive, inconsiderate writing
Stars: ✭ 87 (-8.42%)
Mutual labels:  linter, atom
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-80%)
Mutual labels:  atom, linter
Eslint Config Standard Jsx
ESLint Shareable Config for JSX support in JavaScript Standard Style
Stars: ✭ 79 (-16.84%)
Mutual labels:  linter, standard
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+27724.21%)
Mutual labels:  linter, standard
linter-glsl
Atom package that lints GLSL shaders on the fly.
Stars: ✭ 15 (-84.21%)
Mutual labels:  atom, linter
atom-minimap-linter
Atom package to display linter markers on minimap
Stars: ✭ 26 (-72.63%)
Mutual labels:  atom, linter
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+41.05%)
Mutual labels:  linter, atom
Eslint Config Standard React
ESLint Shareable Config for React/JSX support in JavaScript Standard Style
Stars: ✭ 416 (+337.89%)
Mutual labels:  linter, standard
Awesome Standard
Documenting the explosion of packages in the standard ecosystem!
Stars: ✭ 300 (+215.79%)
Mutual labels:  linter, standard
ts-standard
Typescript style guide, linter, and formatter using StandardJS
Stars: ✭ 338 (+255.79%)
Mutual labels:  linter, standard
Linter Phpcs
Linter plugin for PHP, using PHP_CodeSniffer.
Stars: ✭ 64 (-32.63%)
Mutual labels:  linter, atom
healthier
🧘‍♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier
Stars: ✭ 78 (-17.89%)
Mutual labels:  linter, standard
standard-www
👆 Website for JavaScript Standard Style (@standard)
Stars: ✭ 28 (-70.53%)
Mutual labels:  linter, standard
Eslint Config Standard
ESLint Config for JavaScript Standard Style
Stars: ✭ 2,229 (+2246.32%)
Mutual labels:  linter, standard
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (-76.84%)
Mutual labels:  atom, linter
Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (+7.37%)
Mutual labels:  linter, atom
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (-66.32%)
Mutual labels:  linter, standard
Ale Sensible
Pretty, responsive and smooth defaults for a sane ALE, gets you started in 30 seconds
Stars: ✭ 30 (-68.42%)
Mutual labels:  linter, standard
Linter Jscs
Atom JSCS linter providers
Stars: ✭ 69 (-27.37%)
Mutual labels:  linter, atom

linter-js-standard

apm JavaScript Style Guide

Linter for JavaScript Standard Style and its forks.

Highlights

  • Supports some of its forks.
  • Lints JavaScript within HTML and Markdown documents.
  • Links to ESLint’s rule documentation.
  • Runs globally, if desired.

Installation

$ apm install linter-js-standard

Alternatively, go to Settings → Install and search for linter-js-standard.

Settings

Default style

Default global style when none is installed locally. Choose between:

Only lint if installed locally

Only lint if standard (or one of the other styles) is installed as a dependency (that is, if it is listed in devDependencies or dependencies in package.json).

Show ESLint rule ID

Show ESLint’s rule ID in the message description. For example: Extra semicolon. (semi).

Skip if ESLint is installed locally

Skip linting if ESLint is installed locally.

Lint HTML documents

Lint JavaScript code within <script> tags in HTML documents.

Lint Markdown documents

Lint JavaScript code blocks within Markdown documents.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].