From 7b7767d4837d15e2dcffc74fbdfc3f2c9ac8f87d Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 26 Jul 2022 16:46:25 +0200 Subject: [PATCH] Deleted `.jshintrc` file refs https://github.com/TryGhost/Ghost/commit/bcf5a1bc3446864c036eab5454c612b9c3b00211 - we no longer use jshint so this file is not needed --- ghost/core/test/.jshintrc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ghost/core/test/.jshintrc diff --git a/ghost/core/test/.jshintrc b/ghost/core/test/.jshintrc deleted file mode 100644 index 236977d63c..0000000000 --- a/ghost/core/test/.jshintrc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "node": true, - "browser": true, - "strict": false, - "sub": true, - "eqeqeq": true, - "laxbreak": true, - "bitwise": true, - "curly": true, - "forin": true, - "immed": true, - "latedef": true, - "newcap": true, - "noarg": true, - "noempty": true, - "nonew": true, - "plusplus": true, - "regexp": true, - "undef": true, - "unused": true, - "indent": 4, - "quotmark": "single", - "predef": [ "-Promise" ] -}