Skip to content

jaredly/jscs-import-spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Import Spaces JSCS Plugin

Rules:

requireImportSpaces: true

This is wrong:

import {something} from "lib";

This is right:

import { something } from "lib";

Fortunately jscs can turn the one into the other for you automatically!

About

Require spacing in import statements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published