create-hylia-app
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "create-hylia-app", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "App creator for hylia", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"scripts": {}, | ||
"gitHead": "46c696a9d62e36aa389bc7c4552e793fa04322c6", | ||
"gitHead": "37a7184fff71c6eeb7389703db9b6875b8c69cd8", | ||
"dependencies": { | ||
@@ -14,0 +14,0 @@ "chalk": "^4.1.0", |
module.exports = { | ||
env: { | ||
node: true, | ||
jest: true, | ||
}, | ||
root: true, | ||
// parser: '@typescript-eslint/parser', | ||
// parserOptions: { | ||
// // project: './tsconfig.json', | ||
// }, | ||
// plugins: [ | ||
// '@typescript-eslint', | ||
// ], | ||
extends: [ | ||
'react-app', | ||
// 'eslint:recommended', | ||
// 'standard-with-typescript', | ||
// 'plugin:@typescript-eslint/recommended', | ||
], | ||
rules: { | ||
semi: ['error', 'always'], | ||
} | ||
rules: {}, | ||
}; |
@@ -11,2 +11,2 @@ import React from 'react'; | ||
document.getElementById('root'), | ||
) | ||
); |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
17
1
2
18158
76