Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 6dd2ec9

Browse files
author
“Alexis
committed
Update eslint version
1 parent ae687d1 commit 6dd2ec9

File tree

2 files changed

+384
-659
lines changed

2 files changed

+384
-659
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"name": "receive-mms-node",
33
"version": "1.0.0",
44
"scripts": {
5-
"install": "npm run lint && npm test",
65
"lint": "node_modules/.bin/eslint ./",
76
"start": "node index.js",
8-
"test": "NODE_ENV=test node_modules/.bin/mocha test test/**/*.spec.js"
7+
"test": "NODE_ENV=test node_modules/.bin/mocha test test/**/*.spec.js && yarn run lint"
98
},
109
"description": "How to receive MMS messages with node.js",
1110
"author": {
@@ -45,7 +44,7 @@
4544
"devDependencies": {
4645
"chai": "^4.0.2",
4746
"cheerio": "^1.0.0-rc.1",
48-
"eslint": "^3.19.0",
47+
"eslint": "^8.1.0",
4948
"eslint-config-airbnb": "^15.0.1",
5049
"eslint-plugin-import": "^2.3.0",
5150
"eslint-plugin-jsx-a11y": "^5.0.3",

0 commit comments

Comments
 (0)