node_modules/eslint/lib/rules/eol-last.js in immosquare-cleaner-0.1.22 vs node_modules/eslint/lib/rules/eol-last.js in immosquare-cleaner-0.1.23
- old
+ new
@@ -1,17 +1,20 @@
/**
* @fileoverview Require or disallow newline at the end of files
* @author Nodeca Team <https://github.com/nodeca>
+ * @deprecated in ESLint v8.53.0
*/
"use strict";
//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------
/** @type {import('../shared/types').Rule} */
module.exports = {
meta: {
+ deprecated: true,
+ replacedBy: [],
type: "layout",
docs: {
description: "Require or disallow newline at the end of files",
recommended: false,