зеркало из 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',
|
||||
|
||||
// Stylistic warnings
|
||||
'quotes': ['warn', 'single'],
|
||||
'quotes': ['warn', 'single', {avoidEscape: true}],
|
||||
'indent': ['warn', 4],
|
||||
},
|
||||
};
|
||||
|
|
|
@ -16,7 +16,7 @@ const app = express();
|
|||
app.use(helmet({
|
||||
contentSecurityPolicy: {
|
||||
directives: {
|
||||
defaultSrc: ['\'none\''],
|
||||
defaultSrc: ["'none'"],
|
||||
},
|
||||
},
|
||||
frameguard: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче