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 0.14.2 to 1.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.0.0- 2015-08-08
- Added: support for eslint 1.x
- Removed: support for eslint 1.x-rc*
- Removed: support for eslint 0.x
# 0.14.2 - 2015-07-18

@@ -2,0 +8,0 @@

6

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

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

"peerDependencies": {
"eslint": "0.21 - 0.24 || ~1.0.0-rc-0"
"eslint": "^1.0.0"
},

@@ -36,3 +36,3 @@ "dependencies": {

"devDependencies": {
"eslint": "^1.0.0-rc-1",
"eslint": "^1.0.0",
"eslint-friendly-formatter": "^1.0.3",

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

@@ -35,3 +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: "babel-loader", exclude: /node_modules/},
{test: /\.js$/, loader: "eslint-loader", exclude: /node_modules/}

@@ -61,3 +61,3 @@ ]

You can pass directly some [eslint options](http://eslint.org/docs/user-guide/command-line-interface) by
You can pass [eslint options](http://eslint.org/docs/user-guide/command-line-interface) directly by

@@ -80,3 +80,3 @@ - Adding a query string to the loader for this loader usabe only

- Adding an `eslint` entry in you webpack config for global options:
- Adding an `eslint` entry in your webpack config for global options:

@@ -83,0 +83,0 @@ ```js

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