Socket
Socket
Sign inDemoInstall

eslint-loader

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-loader - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.4.0 - 2016-02-17
- Added: support for eslint@^3.0.0
([#96](https://github.com/MoOx/eslint-loader/issues/96))
# 1.3.0 - 2016-02-17

@@ -2,0 +7,0 @@

8

package.json
{
"name": "eslint-loader",
"version": "1.3.0",
"version": "1.4.0",
"description": "eslint loader (for webpack)",

@@ -19,3 +19,3 @@ "keywords": [

"peerDependencies": {
"eslint": ">=1.6.0 <3.0.0"
"eslint": ">=1.6.0 <4.0.0"
},

@@ -27,4 +27,4 @@ "dependencies": {

"devDependencies": {
"eslint": "^2.0.0",
"eslint-friendly-formatter": "^1.0.3",
"eslint": "^3.0.0",
"eslint-friendly-formatter": "^2.0.4",
"npmpub": "^3.0.1",

@@ -31,0 +31,0 @@ "tape": "^4.0.0",

@@ -35,4 +35,3 @@ # eslint-loader [![Build Status](http://img.shields.io/travis/MoOx/eslint-loader.svg)](https://travis-ci.org/MoOx/eslint-loader)

loaders: [
{test: /\.js$/, loader: "babel-loader", exclude: /node_modules/},
{test: /\.js$/, loader: "eslint-loader", exclude: /node_modules/}
{test: /\.js$/, loaders: [ "babel-loader", "eslint-loader" ], exclude: /node_modules/},
]

@@ -61,5 +60,5 @@ }

You can pass [eslint options](http://eslint.org/docs/user-guide/command-line-interface) directly by
You can pass [eslint options](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) directly by
- Adding a query string to the loader for this loader usabe only
- Adding a query string to the loader for this loader usage only

@@ -90,3 +89,3 @@ ```js

**Note that you can use both method in order to benefit from global & specific options**
**Note that you can use both methods in order to benefit from global & specific options**

@@ -98,3 +97,3 @@ #### `fix` (default: false)

**Be careful, this option might generate webpack to enter an infinite build loop if
**Be careful, this option might cause webpack to enter an infinite build loop if
some issues cannot be fixed properly.**

@@ -101,0 +100,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