1
0
Fork 0

chore(lucy): Remove top-level config files

This commit is contained in:
Joost De Cock 2022-05-31 15:31:45 +02:00
parent 9bc2ba1b5c
commit 141efe8ad1
5 changed files with 0 additions and 26 deletions

View file

@ -1,5 +1,3 @@
# Copy this file to .env and adapt it if you want to run `npm run strapi:translate`
STRAPI_USERNAME="someone@freesewing.org"
STRAPI_PASSWORD="superSecretPasswordHere"
SKIP_PREFLIGHT_CHECK=true

View file

@ -1,9 +0,0 @@
{
"presets": [
["@babel/preset-env", {
"modules": false
}],
"@babel/preset-react"
],
"plugins": ["@babel/plugin-proposal-class-properties"]
}

View file

@ -1,9 +0,0 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

View file

@ -1,2 +0,0 @@
node_modules/
dist/

View file

@ -1,4 +0,0 @@
language: node_js
node_js:
- 9
- 8