зеркало из https://github.com/mozilla/workshop.git
ESLint quotes avoidEscape
This commit is contained in:
Родитель
99486b67e7
Коммит
00af6da6a8
|
@ -19,7 +19,7 @@ module.exports = {
|
||||||
'no-console': 'warn',
|
'no-console': 'warn',
|
||||||
|
|
||||||
// Stylistic warnings
|
// Stylistic warnings
|
||||||
'quotes': ['warn', 'single'],
|
'quotes': ['warn', 'single', {avoidEscape: true}],
|
||||||
'indent': ['warn', 4],
|
'indent': ['warn', 4],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,7 @@ const app = express();
|
||||||
app.use(helmet({
|
app.use(helmet({
|
||||||
contentSecurityPolicy: {
|
contentSecurityPolicy: {
|
||||||
directives: {
|
directives: {
|
||||||
defaultSrc: ['\'none\''],
|
defaultSrc: ["'none'"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
frameguard: {
|
frameguard: {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче