Shared settings for all devs to use in each project
See our babel config here
We override the defaults by enforcing dangly-commas and camelCase file names (js only)
See our xo rules here
- For Atom: linter-xo
- For Sublime: SublimeLinter-contrib-xo
- For VS Code: linter-xo
stylelint CSS linter. We use stylelint-config-standard as our default rules, see an example here
See our stylelint rules here
- For Atom: linter-stylelint
- For Sublime: SublimeLinter-contrib-stylelint
- For VS Code: stylelint
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
See our EditorConfig rules here
- For Atom: editorconfig
- For Sublime: EditorConfig
- For VS Code: EditorConfig
- For Visual Studio: EditorConfig
Customize, add, update and cooperate your authoring information in header comment
/*
* @Author: Zander Martineau
* @Date: 2016-12-08 09:35:33
* @Last Modified by: Zander Martineau
* @Last Modified time: 2016-12-08 15:40:17
*/
- For Atom: file-header
- For Sublime: FileHeader
- For VS Code: vscode-fileheader
Kickoff snippets for your editor!
- For Atom: kickoff-snippets
- For Sublime: Kickoff Snippets
- For VS Code: kickoff-snippets