[eslint] ignore template project

This commit is contained in:
Salakar
2019-04-20 21:24:21 +01:00
parent 0b521d968d
commit 8dba0df213
3 changed files with 4 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ node_modules
scripts/
coverage
docs
packages/template/project/**

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
/* eslint-disable no-console */
console.log('FooBar');

View File

@@ -1,10 +1,10 @@
module.exports = {
// Placeholder used to rename and replace in files
// package.json, index.json, android/, ios/
placeholderName: "HelloWorld",
placeholderName: 'HelloWorld',
// Directory with template
templateDir: "./project",
templateDir: './project',
// TODO currently breaks on cli
// Path to script, which will be executed after init