no-cliches
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "no-cliches", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Find clichés in your writings", | ||
@@ -12,4 +12,4 @@ "main": "cliches.js", | ||
"engines": { | ||
"node": ">=6", | ||
"npm": ">=5" | ||
"node": ">=16", | ||
"npm": ">=8" | ||
}, | ||
@@ -41,15 +41,7 @@ "bugs": { | ||
"devDependencies": { | ||
"eslint": "^7.26.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint": "^8.48.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.23.2", | ||
"jasmine": "^3.7.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.0.0" | ||
"jasmine": "^5.1.0" | ||
} | ||
} |
@@ -18,5 +18,5 @@ [![Build Status](https://travis-ci.org/duereg/no-cliches.svg?branch=master)](https://travis-ci.org/duereg/no-cliches) | ||
```javascript | ||
var cliches = require('no-cliches'); | ||
const cliches = require('no-cliches'); | ||
var problems = cliches('Writing specs puts me at loose ends.'); | ||
const problems = cliches('Writing specs puts me at loose ends.'); | ||
// problems -> [{ match: "at loose ends", index: 22, offset: 12 }] | ||
@@ -23,0 +23,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24918
0
4