1.0.0 • Published 9 years ago

jscs-import-spaces v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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!

1.0.0

9 years ago