mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-01-18 21:27:58 +00:00
Install ESLint + yeslint!
This commit is contained in:
parent
e5ac541144
commit
045f7b7692
3852
package-lock.json
generated
3852
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -1,24 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "alphabets",
|
"name": "alphabets",
|
||||||
"keywords": ["alphabet", "alphabets"],
|
|
||||||
"description": "A collection of many different alphabets for many different use cases. ",
|
"description": "A collection of many different alphabets for many different use cases. ",
|
||||||
|
"author": "Romein van Buren <romein@vburen.eu>",
|
||||||
|
"version": "2.0.3",
|
||||||
"homepage": "https://github.com/garraflavatra/alphabets#readme",
|
"homepage": "https://github.com/garraflavatra/alphabets#readme",
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"alphabet",
|
||||||
|
"alphabets"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/garraflavatra/alphabets.git"
|
"url": "https://github.com/garraflavatra/alphabets.git"
|
||||||
},
|
},
|
||||||
|
|
||||||
"version": "2.0.3",
|
|
||||||
"author": "Romein van Buren <romein@vburen.eu>",
|
|
||||||
"license": "MIT",
|
|
||||||
|
|
||||||
"main": "alphabets.cjs",
|
"main": "alphabets.cjs",
|
||||||
"module": "alphabets.mjs",
|
"module": "alphabets.mjs",
|
||||||
|
|
||||||
"files": [
|
"files": [
|
||||||
"alphabets.cjs",
|
"alphabets.cjs",
|
||||||
"alphabets.mjs",
|
"alphabets.mjs",
|
||||||
"alphabets.json"
|
"alphabets.json"
|
||||||
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"@garraflavatra/yeslint": "^1.0.0",
|
||||||
|
"eslint": "^8.46.0"
|
||||||
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"extends": "./node_modules/@garraflavatra/yeslint/configs/node.js",
|
||||||
|
"rules": {
|
||||||
|
"strict": "off"
|
||||||
|
},
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"*.mjs"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"sourceType": "module"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user