mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-22 11:07:22 +08:00
This PR is just a proposition in order to enhance the code practices. * Eslint configuration changes from 4 to 2. * Fix warnings about missing `;`.
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"parser": "babylon",
|
|
"semi": false
|
|
}
|