eslint-plugin-always
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "eslint-plugin-always", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "ESLint plugin that always reports with configurable message", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"author": "Jens Simon", | ||
@@ -14,2 +14,9 @@ "license": "MIT", | ||
}, | ||
"type": "commonjs", | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"types": "dist/index.d.ts", | ||
"keywords": [ | ||
@@ -20,5 +27,11 @@ "eslint", | ||
], | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"devDependencies": { | ||
"@jenssimon/eslint-config-base": "^4.0.0", | ||
"eslint": "^7.20.0" | ||
"@jenssimon/eslint-config-base": "^5.0.0", | ||
"@jenssimon/eslint-config-typescript": "^3.1.3", | ||
"@types/eslint": "^8.2.0", | ||
"eslint": "^8.3.0", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -29,9 +42,18 @@ "peerDependencies": { | ||
"eslintConfig": { | ||
"parserOptions": { | ||
"project": "./tsconfig.json" | ||
}, | ||
"extends": [ | ||
"@jenssimon/base" | ||
] | ||
"@jenssimon/base", | ||
"@jenssimon/typescript" | ||
], | ||
"rules": { | ||
"@typescript-eslint/naming-convention": "off" | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix ./" | ||
"lint": "eslint --fix --ext .js,.ts ./ && tsc --noEmit", | ||
"build": "tsc", | ||
"prepublishOnly": "tsc" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![Dependencies][deps-image]][deps-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image] | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image] | ||
@@ -35,3 +35,3 @@ # eslint-plugin-always | ||
Add the plugin to your `eslintrc.json`: | ||
Add the plugin to your ESLint configuration: | ||
@@ -66,5 +66,2 @@ ```json | ||
[deps-url]: https://david-dm.org/jenssimon/eslint-plugin-always | ||
[deps-image]: https://badgen.net/david/dep/jenssimon/eslint-plugin-always | ||
[gh-url]: https://github.com/jenssimon/eslint-plugin-always | ||
@@ -71,0 +68,0 @@ [gh-stars-image]: https://badgen.net/github/stars/jenssimon/eslint-plugin-always |
Sorry, the diff of this file is not supported yet
32
5366
5
7
73