mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-03 06:57:00 +08:00
[eslint] ignore template project
This commit is contained in:
@@ -5,3 +5,4 @@ node_modules
|
||||
scripts/
|
||||
coverage
|
||||
docs
|
||||
packages/template/project/**
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
/* eslint-disable no-console */
|
||||
|
||||
console.log('FooBar');
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user