-
Updated
Feb 17, 2021 - JavaScript
#
style-linter
Here are 36 public repositories matching this topic...
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
react
nodejs
workflow
eslint
gitter
style-linter
eslint-plugin
best-practices
linter
unicorns
decision-making
semicolon
shareable-configs
overridden
glob-string
eslint-rules
xo
code-style
-
Updated
Feb 20, 2021 - JavaScript
Asynchronous linting and make framework for Neovim/Vim
-
Updated
Dec 28, 2020 - Vim script
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
web-development
style-linter
best-practices
linter
w3c
devtools
web-standards
whatwg
html-validation
-
Updated
Feb 25, 2021 - Java
Markdown code style linter
-
Updated
Feb 16, 2021 - JavaScript
Перевод «JavaScript Style Guide» от Airbnb
react
javascript
styleguide
translation
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
es2018
es2019
es2020
-
Updated
Feb 27, 2020
A community-driven list of awesome linters.
-
Updated
Jan 3, 2021
A plug-in for Google's Protocol Buffers (protobufs) compiler to lint .proto files for style violations.
-
Updated
Oct 8, 2019 - Go
Airbnb JavaScript Kılavuzu
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
turkish
turkce
-
Updated
Apr 11, 2018
dtaniwaki
commented
Jun 26, 2020
Thank you for developing a great tool. I recently started to use this tool because I want to use the fixer feature. However, I realized there's no way to check diff without actually fixing my files. Could you consider adding diff feature so I can go ahead applying the changes without worries?
Airbnb JavaScript 스타일 가이드
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
korean
es2016
tc39
es2018
-
Updated
Jan 16, 2021
A streamlined comprehensive set of checks for your entire Puppet code and data
ruby
testing
unit-testing
acceptance-testing
puppet
style-linter
linter
syntax-checker
puppet-lint
hacktoberfest
puppet-check
puppet-testing
rspec-puppet
rspec-testing
-
Updated
Feb 24, 2021 - Ruby
Bản dịch tiếng Việt cho Định hướng Lối viết JavaScript của Airbnb
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
vietnamese
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
-
Updated
Jun 28, 2019 - JavaScript
JavaScript Style Guide
javascript
styleguide
eslint
style-linter
linting
style-guide
naming-conventions
styleguide-javascript
-
Updated
Nov 16, 2020 - JavaScript
Quality and Optimisation tools for CSS in JavaScript
css
style-linter
optimization
linter
css-in-js
dx
developer-tools
code-quality
quality-assurance
developer-experience
-
Updated
Jan 11, 2019 - JavaScript
bot
probot
github-api
style-linter
formatting
github-webhooks
github-integration
github-bot
pull-requests
style-checker
code-formatter
github-app
scalafmt
probot-app
status-checks
-
Updated
Jun 3, 2018 - Scala
Airbnb's base TSLint config, following Airbnb's styleguide
-
Updated
Feb 21, 2019 - JavaScript
ESLint shareable config for JavaScript projects
-
Updated
Feb 22, 2021 - JavaScript
ESLint shareable config for Vue projects
-
Updated
Feb 17, 2021 - JavaScript
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
-
Updated
May 15, 2017 - JavaScript
NiftyCo's JavaScript/TypeScript ESLint shared config.
-
Updated
Sep 2, 2020 - TypeScript
Default ESLint rules for all Webstronauts JavaScript projects.
-
Updated
Nov 7, 2017 - JavaScript
ESLint shareable config for TypeScript projects
-
Updated
Feb 24, 2021 - JavaScript
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
-
Updated
May 2, 2019
Maven linter plug-in for .proto files
-
Updated
Feb 3, 2020 - Java
JavaScript Style Guide for glow
-
Updated
Dec 6, 2017 - JavaScript
Improve this page
Add a description, image, and links to the style-linter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the style-linter topic, visit your repo's landing page and select "manage topics."
Summary
Flag all uses of
disablewhere it is different fromdisable forkas error.Cadence recommends that disabling forks should be done using a
disable fork;statement, not thedisable fork_process_label;construct. Thedisable fork_process_labelconstruct for forks is not defined in the IEEE Std 1800-2017 LRM. See section 9.6.2 of the LRM (2017).**Test cases and examples