Remove ESLint

This commit is contained in:
haad
2016-05-08 18:13:38 +02:00
parent 5ce23678b4
commit 8c2d38d329
2 changed files with 0 additions and 38 deletions

View File

@@ -1,34 +0,0 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"ecmaFeatures": {
"modules": true
},
"env": {
"es6": true,
"node": true
},
"rules": {
"semi": [ 2, "always" ],
"quotes": [ 1, "single" ],
"no-undef": 0,
"global-strict": 0,
"no-extra-semi": 1,
"no-underscore-dangle": 0,
"no-console": 0,
"no-multi-spaces": 0,
"no-extra-bind": 0,
"curly": 0,
"no-use-before-define": 0,
"quotes": 0,
"no-unused-vars": 1,
"no-irregular-whitespace": 0,
"camelcase": 0,
"new-cap": 0,
"space-before-function-paren": 0,
"handle-callback-err": 0,
"keyword-spacing": 0
}
}

View File

@@ -13,8 +13,6 @@
},
"main": "src/OrbitDB.js",
"dependencies": {
"buffer": "^4.5.1",
"lazy.js": "^0.4.2",
"logplease": "^1.2.6",
"orbit-db-counterstore": "0.0.3",
"orbit-db-eventstore": "0.0.4",
@@ -28,7 +26,6 @@
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.3.0",
"ipfs-api": "^3.0.2",
"ipfsd-ctl": "^0.13.0",
"json-loader": "^0.5.4",
@@ -40,7 +37,6 @@
},
"scripts": {
"test": "mocha",
"lint": "$(npm bin)/eslint ./src || true",
"build": "npm run build:dist && npm run build:examples",
"build:dist": "./node_modules/.bin/webpack --config webpack.config.js",
"build:examples": "./node_modules/.bin/webpack --config webpack.example.config.js"