chore(eslint): enable quotes: ["error", "single"]

The quotes rule had to be disabled for e2e tests generated from ngdoc
because dgeni templates use double quotes as string delimiters.

Since we can't have guarantees that dgeni template wrappers will follow
the same JS code style the Angular 1 repo uses, we should find a way
to enforce our ESLint setup only for the parts in this repo, perhaps
via prepending a generated `/* eslint-enable OUR_RULES */` pragma.

Closes #15011
This commit is contained in:
Michał Gołębiowski
2016-08-10 12:13:14 +02:00
parent 42a00611f8
commit 9360aa2d27
172 changed files with 2117 additions and 2109 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ var angularFiles = {
'build/docs/docs-scenario.js'
],
"karmaModules": [
'karmaModules': [
'build/angular.js',
'@angularSrcModules',
'test/modules/no_bootstrap.js',