mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-01-18 13:17:59 +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
37
package.json
37
package.json
@ -1,24 +1,43 @@
|
||||
{
|
||||
"name": "alphabets",
|
||||
"keywords": ["alphabet", "alphabets"],
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"alphabet",
|
||||
"alphabets"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/garraflavatra/alphabets.git"
|
||||
},
|
||||
|
||||
"version": "2.0.3",
|
||||
"author": "Romein van Buren <romein@vburen.eu>",
|
||||
"license": "MIT",
|
||||
|
||||
"main": "alphabets.cjs",
|
||||
"module": "alphabets.mjs",
|
||||
|
||||
"files": [
|
||||
"alphabets.cjs",
|
||||
"alphabets.mjs",
|
||||
"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