Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ghost/core/.eslintignore

This file was deleted.

217 changes: 0 additions & 217 deletions ghost/core/.eslintrc.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Filename must match the docName specified in ../../../automated-emails.js
/* eslint-disable ghost/filenames/match-regex */
/* eslint-disable local-filenames/match-regex */

const validator = require('@tryghost/validator');
const {ValidationError} = require('@tryghost/errors');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Filename must match the docName specified in ../../../automation-email-previews.js
/* eslint-disable ghost/filenames/match-regex */
/* eslint-disable local-filenames/match-regex */

const validator = require('@tryghost/validator');
const {ValidationError} = require('@tryghost/errors');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Filename must match the docName specified in core/server/api/endpoints/authentication.js
*/
/* eslint-disable ghost/filenames/match-regex */
/* eslint-disable local-filenames/match-regex */
const validator = require('@tryghost/validator');
const debug = require('@tryghost/debug')('api:endpoints:utils:validators:input:passwordreset');
const tpl = require('@tryghost/tpl');
Expand Down
Loading
Loading