[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

(fix) Adjust package version

Mark Hernandez (Nov 5, 2019, 11:57 PM -0600) abd7f9a1 ae3f39b6

+2 -2
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "0.0.0-development", 3 + "version": "1.0.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lionbyte/eslint-config", 3 - "version": "0.0.0-development", 3 + "version": "1.0.0", 4 4 "description": "ESLint config for personal projects", 5 5 "scripts": { 6 6 "format": "npm run prettier && npm run lint -- --fix",