eslint-config-openstack/spec
Michael Krotscheck cba4c7042d Enable strict
This enables the function form of the "use strict" invocation. In
general, 'strict' is considered a good practice, so enabling it
is good. Requiring the function method of use strict avoid a
common bug encountered with a global strict declaration, where
the rule applies to all javascript that comes after the global
"use strict" statement. Using the function method prevents
brittleness, by creating a scope around the 'strict' case.

http://eslint.org/docs/rules/strict

Change-Id: I5c89c26d2d7a38c342e7c8f49f8cabe145dd02c0
2015-09-22 10:24:59 -07:00
..
support Initial Commit 2015-06-23 18:40:37 -07:00
index.js Enable strict 2015-09-22 10:24:59 -07:00