mirror of
https://github.com/strapi/strapi.git
synced 2025-09-08 08:08:18 +00:00
Remove linter
This commit is contained in:
parent
9b67d803ed
commit
fbd7990c2a
@ -1,9 +0,0 @@
|
||||
parser: babel-eslint
|
||||
|
||||
extends: standard
|
||||
|
||||
rules:
|
||||
eqeqeq: 0
|
||||
semi: [2, always]
|
||||
space-before-function-paren: [2, never]
|
||||
yoda: 0
|
7
Makefile
7
Makefile
@ -9,9 +9,6 @@ TESTS = test/application/* \
|
||||
test/middlewares/* \
|
||||
test/experimental/index.js
|
||||
|
||||
lint:
|
||||
@./node_modules/.bin/eslint lib test
|
||||
|
||||
test:
|
||||
@NODE_ENV=test node \
|
||||
./node_modules/.bin/_mocha \
|
||||
@ -19,7 +16,7 @@ test:
|
||||
$(TESTS) \
|
||||
--bail
|
||||
|
||||
test-travis: lint
|
||||
test-travis:
|
||||
@NODE_ENV=test node \
|
||||
./node_modules/.bin/istanbul cover \
|
||||
./node_modules/.bin/_mocha \
|
||||
@ -32,4 +29,4 @@ test-travis: lint
|
||||
bench:
|
||||
@$(MAKE) -C benchmarks
|
||||
|
||||
.PHONY: lint test bench
|
||||
.PHONY: test bench
|
||||
|
@ -82,16 +82,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^5.8.23",
|
||||
"babel-eslint": "^4.1.3",
|
||||
"eslint": "^1.7.3",
|
||||
"eslint-config-standard": "^4.4.0",
|
||||
"eslint-config-xo": "^0.6.0",
|
||||
"eslint-plugin-babel": "^2.1.1",
|
||||
"eslint-plugin-standard": "^1.3.1",
|
||||
"expect.js": "^0.3.1",
|
||||
"istanbul": "^0.4.0",
|
||||
"jade": "^1.11.0",
|
||||
"make-lint": "^1.0.1",
|
||||
"methods": "^1.1.1",
|
||||
"mocha": "^2.3.3",
|
||||
"should": "^7.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user