Socket
Socket
Sign inDemoInstall

eslint-config-muriki

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-muriki - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

2

package.json
{
"name": "eslint-config-muriki",
"version": "10.0.0",
"version": "10.0.1",
"description": "My extensive, opinionated ESLint config.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -37,4 +37,4 @@ 'use strict';

'import/extensions': ['error', {
js: 'always', // eslint-disable-line id-length
json: 'always',
js: 'never', // eslint-disable-line id-length
json: 'never',
}],

@@ -41,0 +41,0 @@ // 'import/exports-last': 'error', // TODO enable when released

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

# ESLint Config NM
# ESLint Config Muriki

@@ -6,3 +6,3 @@ ## Install

```
npm install --save-dev eslint eslint-config-nm
npm install --save-dev eslint eslint-config-muriki
```

@@ -12,3 +12,3 @@

You'll probably want to use [eslint-plugin-nm](/moeriki/eslint-plugin-muriki) instead.
You'll probably want to use [eslint-plugin-muriki](http://github.com/moeriki/eslint-plugin-muriki) instead.

@@ -44,3 +44,3 @@ ## No I don't

```javascript
module.exports = { extends: 'nm/test' };
module.exports = { extends: 'muriki/test' };
```

@@ -47,0 +47,0 @@

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