From 35dffcbab1b9a4c0540a0993ec16a066bc920b46 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 14 Dec 2015 13:15:22 -0800 Subject: [PATCH] file name consistency --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ad807efd7..3d08b161a 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,22 @@ git diff --name-only --cached --relative | grep '\.js$' | xargs standard exit $? ``` +### File names + +file names should be lowercase, with dashes (`-`) seperating words. ie., + +Good + +`my-thing-that-does-stuff.js` + +Bad + +`MyThingThatDoesStuff.js` +`THAT_THING.js` +`thatOtherThing.js` + + + ## TODO - Port over the `"disallowKeywords"` feature to eslint.