mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2026-01-19 16:40:25 +00:00
Add EsLint and editorconfig #19
This commit is contained in:
parent
1967473dee
commit
5db7084b34
6 changed files with 1196 additions and 15 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "pulp",
|
||||
"version": "1.0.0",
|
||||
"repository": "git@github.com:koirand/pulp.git",
|
||||
"author": "koirand <koirand.jp@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.15.3",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue