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
This repository was archived by the owner on Feb 26, 2019. It is now read-only.
NotificationsYou must be signed in to change notification settings

SphereSoftware/eslint-config-sphere-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An ESLintShareable Config forJavaScript Standard Style used in SphereInc

JavaScript Style Guide - Standard Style

Usage

Shareable configs are designed to work with theextends feature of.eslintrc files.You can learn more aboutShareable Configs on theofficial ESLint website.

To use the JavaScript Standard Style shareable config, first run next command. It will install pachakge and it's peer dependencies

npm install --save-dev eslint-config-sphere-react eslint-config-standard eslint-config-standard-jsx eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-plugin-react

Then, add this to your .eslintrc file:

{  "extends": "sphere-react"}

Note: We omitted theeslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your.eslintrc file.

Tests

Config filename is.eslintrc.json for easier testing of file with sample code.If you want to add some rules and test them, run next commandnode_modules/.bin/eslint ./test/codeExample.js

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp