Skip to content

Commit

Permalink
deps: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Jun 5, 2024
1 parent b85083d commit bb21981
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 253 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.yml

This file was deleted.

8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.node }},
pluginJs.configs.recommended,
];
2 changes: 0 additions & 2 deletions examples/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-console */

'use strict';
const { Client, Message } = require('node-osc');

Expand Down
2 changes: 0 additions & 2 deletions examples/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-console */

'use strict';
var { Server } = require('node-osc');

Expand Down
Loading

0 comments on commit bb21981

Please sign in to comment.