mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Remove unused lint file
This commit is contained in:
@@ -66,8 +66,8 @@
|
|||||||
},
|
},
|
||||||
"soviet": {
|
"soviet": {
|
||||||
"file": "soviet.png",
|
"file": "soviet.png",
|
||||||
"comment": "In United States, you break the law. In Soviet Russia, law breaks you.",
|
"comment": "In United States, you break law. In Soviet Russia, law breaks you.",
|
||||||
"commentMe": "In United States, you break the law. In Soviet Russia, law breaks you."
|
"commentMe": "In United States, you break law. In Soviet Russia, law breaks you."
|
||||||
},
|
},
|
||||||
"tophat": {
|
"tophat": {
|
||||||
"file": "tophat.png",
|
"file": "tophat.png",
|
||||||
|
|||||||
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"goodMessages": [
|
|
||||||
"It's all good fam.",
|
|
||||||
"Nice job.",
|
|
||||||
"Great code.",
|
|
||||||
"I like.",
|
|
||||||
"Nice code, bro.",
|
|
||||||
"Nice code!",
|
|
||||||
"Always a pleasure to see good and nice code."
|
|
||||||
],
|
|
||||||
"badMessages": [
|
|
||||||
"I think you may want to take a second look.",
|
|
||||||
"Looks like you have some problems!",
|
|
||||||
"Did you lint your code?",
|
|
||||||
"Get a linter bro.",
|
|
||||||
"Uh oh!",
|
|
||||||
"I don't like this code.",
|
|
||||||
"BAD!",
|
|
||||||
"Did you try to copy that off of GitHub?",
|
|
||||||
"Do you know JS?",
|
|
||||||
"smh",
|
|
||||||
"no",
|
|
||||||
"You are dumb because:",
|
|
||||||
"You tried, but failed miserably.",
|
|
||||||
"What a noob."
|
|
||||||
],
|
|
||||||
"defaultConfig": {
|
|
||||||
"extends": "eslint:recommended",
|
|
||||||
"parserOptions": {
|
|
||||||
"ecmaVersion": 2020,
|
|
||||||
"sourceType": "module"
|
|
||||||
},
|
|
||||||
"env": {
|
|
||||||
"es6": true,
|
|
||||||
"node": true
|
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
"no-console": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user