Skip to content

Commit

Permalink
Updated developer dependency ESlint to v9.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Jun 11, 2024
1 parent 21cb1eb commit c981a14
Show file tree
Hide file tree
Showing 13 changed files with 2,509 additions and 2,310 deletions.
123 changes: 0 additions & 123 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = function (grunt) {
},
eslint: {
options: {
overrideConfigFile: ".eslintrc.js",
overrideConfigFile: "eslint.config.mjs",
},
target: ["js/**.js", "js/module/**.js"],
},
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ RetrotxtJS correctly displays legacy ASCII and NFO text on a modern UTF-8 HTML p

## Install

```bash
yarn add retrotxt
# or
```sh
npm install retrotxt
```

Expand Down Expand Up @@ -94,9 +92,7 @@ RetrotxtJS uses ES6 modules, [so it requires a webserver](https://developer.mozi

There is a collection of example HTML files with several preformatted texts that you can view in the browser.

```bash
yarn run serve
# or
```sh
npm run-script serve

# Starting up http-server, serving dist
Expand Down
2 changes: 1 addition & 1 deletion dist/css/retrotxt.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/module/charset.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/module/text.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/retrotxt-init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c981a14

Please sign in to comment.