diff --git a/package.json b/package.json index f1dc6d0..caee1c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ijsto/eslint-config", - "version": "4.2.6", + "version": "4.2.7", "description": "ESLint and Prettier setup", "author": "Scott Agirs Neminskis ", "repository": "git@github.com:ijsto/eslint-config.git", diff --git a/src/strapi.js b/src/strapi.js index 2675e21..611bcf9 100644 --- a/src/strapi.js +++ b/src/strapi.js @@ -1,4 +1,5 @@ module.exports = { // __ STRAPI.JS - strict: 'error', + 'sort-keys': 0, + strict: 0, };