New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@form8ion/eslint-config-mocha

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/eslint-config-mocha - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

index.js

@@ -12,4 +12,5 @@ module.exports = {

'mocha/no-skipped-tests': 'error',
'filenames/match-regex': ['error', '^[a-z0-9\\-\\.]+-test$']
'filenames/match-regex': ['error', '^[a-z0-9\\-\\.]+-test$'],
'import/no-extraneous-dependencies': ['error', {devDependencies: true}]
}
};

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"files": [

@@ -26,3 +26,3 @@ "index.js"

"@form8ion/commitlint-config": "^1.0.2",
"@form8ion/eslint-config": "1.0.0",
"@form8ion/eslint-config": "1.0.1",
"@form8ion/remark-lint-preset": "^1.0.0",

@@ -29,0 +29,0 @@ "ban-sensitive-files": "^1.9.2",

@@ -1,2 +0,2 @@

# eslint-contig-mocha
# eslint-config-mocha

@@ -19,3 +19,3 @@ [shareable configuration](https://eslint.org/docs/developer-guide/shareable-configs#shareable-configs)

```sh
$ npm install @form8ion/eslint-contig-mocha --save-dev
$ npm install @form8ion/eslint-config-mocha --save-dev
```

@@ -30,3 +30,3 @@

[![PRs Welcome][PRs-badge]][PRs-link]
[![Greenkeeper badge](https://badges.greenkeeper.io/form8ion/eslint-contig-mocha.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/form8ion/eslint-config-mocha.svg)](https://greenkeeper.io/)

@@ -46,8 +46,8 @@ ### Dependencies

[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-contig-mocha
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-contig-mocha.svg
[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-config-mocha
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config-mocha.svg
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/form8ion/eslint-contig-mocha.svg
[ci-link]: https://travis-ci.com/form8ion/eslint-contig-mocha
[ci-badge]: https://img.shields.io/travis/com/form8ion/eslint-contig-mocha/master.svg
[license-badge]: https://img.shields.io/github/license/form8ion/eslint-config-mocha.svg
[ci-link]: https://travis-ci.com/form8ion/eslint-config-mocha
[ci-badge]: https://img.shields.io/travis/com/form8ion/eslint-config-mocha/master.svg
[commit-convention-link]: https://conventionalcommits.org

@@ -54,0 +54,0 @@ [commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc