Skip to content

Commit

Permalink
Merge pull request #174 from kellyselden/renovate/kellyselden-node-te…
Browse files Browse the repository at this point in the history
…mplate-5.x

chore(deps): update dependency @kellyselden/node-template to v5.1.0
  • Loading branch information
kellyselden authored Jul 22, 2024
2 parents 0c1294b + 9837c7a commit 98a28f2
Show file tree
Hide file tree
Showing 5 changed files with 689 additions and 766 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2020
ecmaVersion: 2022
},
env: {
es6: true
Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "@kellyselden/node-template",
"version": "5.0.1",
"version": "5.1.0",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down
1 change: 0 additions & 1 deletion lib/rules/eol-last.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

// eslint-disable-next-line node/no-missing-require
const { builtinRules } = require('eslint/use-at-your-own-risk');

module.exports = builtinRules.get('eol-last');
Loading

0 comments on commit 98a28f2

Please sign in to comment.