forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
17
VApp/node_modules/eslint-plugin-prettier/recommended.js
generated
vendored
Normal file
17
VApp/node_modules/eslint-plugin-prettier/recommended.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
const eslintConfigPrettier = require('eslint-config-prettier');
|
||||
const eslintPluginPrettier = require('./eslint-plugin-prettier');
|
||||
|
||||
// Merge the contents of eslint-config-prettier into every
|
||||
module.exports = {
|
||||
...eslintConfigPrettier,
|
||||
plugins: {
|
||||
...eslintConfigPrettier.plugins,
|
||||
prettier: eslintPluginPrettier,
|
||||
},
|
||||
rules: {
|
||||
...eslintConfigPrettier.rules,
|
||||
'prettier/prettier': 'error',
|
||||
'arrow-body-style': 'off',
|
||||
'prefer-arrow-callback': 'off',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user