Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ESLint Config for JavaScript Standard Style

License

NotificationsYou must be signed in to change notification settings

standard/eslint-config-standard

Repository files navigation

The ESLint config ofJavaScript Standard Style

JavaScript Style Guide - Standard Style

This module is for advanced users. You probably want to usestandard instead :)

Usage

This package exportsa flat ESLint configuration.

npm install --save-dev eslint eslint-config-standard

Exampleeslint.config.js:

conststandard=require('eslint-config-standard')module.exports=[standard,{// your overrides here}]

Looking for something easier than this?

The easiest way to use JavaScript Standard Style to check your code is to use thestandard package. This comes with a globalNode command line program (standard) that you can run or add to yournpm test scriptto quickly check your style.

Badge

Use this in one of your projects? Include one of these badges in your readme tolet people know that your code is using the standard style.

js-standard-style

[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)

js-standard-style

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)

Learn more

For the full listing of rules, editor plugins, FAQs, and more, visit the mainJavaScript Standard Style repo.

License

MIT. Copyright (c)Feross Aboukhadijeh.

Sponsor this project

  •  
  •  

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp