From c50eaf0f5f32386678a5fd807e73dfb89fa343ce Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 12 Feb 2020 18:53:04 +0700 Subject: [PATCH] Add some overrides to `unicorn/prevent-abbreviations` --- config/plugins.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/plugins.js b/config/plugins.js index 6968c709..16417cd7 100644 --- a/config/plugins.js +++ b/config/plugins.js @@ -41,7 +41,13 @@ module.exports = { // checkProperties: false, // checkFilenames: false, // replacements: { - // args: false + // args: false, + // application: { + // app: true + // }, + // applications: { + // apps: true + // } // } // } // ],