Skip to content

Commit

Permalink
refactor: Disable sort-keys and strict in strapi
Browse files Browse the repository at this point in the history
Signed-off-by: ScottAgirs <scott@ijs.to>
  • Loading branch information
ScottAgirs committed Nov 10, 2021
1 parent 98e6719 commit 42b052e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <scott@ijs.to>",
"repository": "git@github.com:ijsto/eslint-config.git",
Expand Down
3 changes: 2 additions & 1 deletion src/strapi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
// __ STRAPI.JS
strict: 'error',
'sort-keys': 0,
strict: 0,
};

0 comments on commit 42b052e

Please sign in to comment.