zillow

zillow/javascript

JavaScript Code Conventions

JavaScript
23
6
MIT License

foo.init(); ``` <a name="modules--multiline-imports-over-newlines"></a> - [10.8](#modules--multiline-imports-over-newlines) Make aliases for imports in multiline import statements consistent with [object specification](#objects--properties) style. ```javascript // bad import {longNameA, longNameB, longNameC, longNameD, longNameE} from 'path' // good import { longNameA, longNameB, longNameC, longNameD, longNameE, } from 'path' ``` <a name="modules--no-webpack-loader-syntax"></a> - [10.9](#modules--no-webpack-loader-syntax) Disallow Webpack loader syntax in module import statements. > Why? Since using Webpack syntax in the imports couples the code to a module bundler. Prefer using the loader syntax in `webpack.config.js`. ```javascript // bad import fooSass from 'css!sass!foo.scss'; import barCss from 'css!bar.css'; // good import fooSass from 'foo.scss'; import barCss from '

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on zillow/javascript

Top contributors

ljharb's profile
ljharb
583 contributions
evocateur's profile
evocateur
400 contributions
hshoff's profile
hshoff
296 contributions
lencioni's profile
lencioni
64 contributions
goatslacker's profile
goatslacker
54 contributions
justjake's profile
justjake
37 contributions
ssorallen's profile
ssorallen
13 contributions
sharmilajesupaul's profile
sharmilajesupaul
12 contributions
vsemozhetbyt's profile
vsemozhetbyt
12 contributions
banhathome's profile
banhathome
10 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet