All Projects → AtomLinter → Linter Jscs

AtomLinter / Linter Jscs

Atom JSCS linter providers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Linter Jscs

Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+94.2%)
Mutual labels:  linter, atom
Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (+47.83%)
Mutual labels:  linter, atom
Atom Linter Alex
Linter plugin using alex to catch insensitive, inconsiderate writing
Stars: ✭ 87 (+26.09%)
Mutual labels:  linter, atom
atom-minimap-linter
Atom package to display linter markers on minimap
Stars: ✭ 26 (-62.32%)
Mutual labels:  atom, linter
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-72.46%)
Mutual labels:  atom, linter
linter-glsl
Atom package that lints GLSL shaders on the fly.
Stars: ✭ 15 (-78.26%)
Mutual labels:  atom, linter
Linter Js Standard
Atom linter plugin for JavaScript, using JavaScript Standard Style
Stars: ✭ 95 (+37.68%)
Mutual labels:  linter, atom
linter-elixirc
Atom Linter plugin for ElixirC
Stars: ✭ 14 (-79.71%)
Mutual labels:  atom, linter
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (-68.12%)
Mutual labels:  atom, linter
Linter Phpcs
Linter plugin for PHP, using PHP_CodeSniffer.
Stars: ✭ 64 (-7.25%)
Mutual labels:  linter, atom
Agda Mode
agda-mode on Atom
Stars: ✭ 58 (-15.94%)
Mutual labels:  atom
Language Csharp
C# language support for Atom
Stars: ✭ 59 (-14.49%)
Mutual labels:  atom
Kube Score
Kubernetes object analysis with recommendations for improved reliability and security
Stars: ✭ 1,128 (+1534.78%)
Mutual labels:  linter
Static Analysis
⚙️ A curated list of static analysis (SAST) tools for all programming languages, config files, build tools, and more.
Stars: ✭ 9,310 (+13392.75%)
Mutual labels:  linter
Atom
Atom file-specific icons for improved visual grepping.
Stars: ✭ 1,093 (+1484.06%)
Mutual labels:  atom
Phplint
Lightning fast concurrent PHP linter for Node.js, Grunt & Gulp! ⚡️
Stars: ✭ 62 (-10.14%)
Mutual labels:  linter
Proselint
Proselint wrapper with a friendly reporter
Stars: ✭ 56 (-18.84%)
Mutual labels:  linter
Godolint
Dockerfile linter, written in Golang 🐳
Stars: ✭ 56 (-18.84%)
Mutual labels:  linter
Clj Kondo
A linter for Clojure code that sparks joy.
Stars: ✭ 1,083 (+1469.57%)
Mutual labels:  linter
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-2.9%)
Mutual labels:  atom

JSCS Linter

JSCS — JavaScript Code Style is a code style checker. You can configure jscs for your project in detail using over 60 validation rules. See mdevils/node-jscs for more information about JSCS.

This package will lint your .js and .jsx opened filed in Atom through jscs linter. It will lint on edit and/or on save, so you'll see instantly if your code is following your code conventions/style.

  • Support .jscs.json, .jscsrc and package.json configurations files
  • Switch between jscs presets with ease.
  • Enable esnext for babel ES6/ES7/JSX syntax support.
  • Can autofix your file to the codestyle.

(Install React package to have .jsx files syntax recognized, and possibly linted by the linter)

linter-jscs

(you can see linter-jscs and linter-jshint working together without any problems).

Installation

apm install linter-jscs
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].