Feature/rebrand ()

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 06:13:47 -06:00
committed by GitHub
parent 213e51c52d
commit 8acda23acc
416 changed files with 2818 additions and 8793 deletions
.eslintrc.jsCHANGELOG.mdCODE_OF_CONDUCT.mdCONTRIBUTING.mdLICENSEREADME.md
__mocks__
babel.config.jscms.png
dev-test
index.d.tslerna.jsonpackage.json
packages/netlify-cms-core
scripts
simple-cms-logo.png
src
actions
backend.ts
backends
bootstrap.js
components
constants
editor-components
formats
index.js
integrations
interface.ts
lib
locales
media-libraries
cloudinary
index.tsx
uploadcare
mediaLibrary.ts
reducers
routing
store
types
ui
valueObjects
widgets
boolean
code
colorstring
datetime
file
image
index.tsx
list
map
markdown
number
object
relation
select
string
text
tsconfig.jsonwebpack.config-old.jswebpack.config.jsyarn.lock

@ -1,10 +1,5 @@
const fs = require('fs');
const packages = fs
.readdirSync(`${__dirname}/packages`, { withFileTypes: true })
.filter(dirent => dirent.isDirectory())
.map(dirent => dirent.name);
module.exports = {
parser: 'babel-eslint',
extends: [
@ -22,9 +17,7 @@ module.exports = {
'cypress/globals': true,
},
globals: {
NETLIFY_CMS_VERSION: false,
NETLIFY_CMS_APP_VERSION: false,
NETLIFY_CMS_CORE_VERSION: false,
SIMPLE_CMS_CORE_VERSION: false,
CMS_ENV: false,
},
rules: {
@ -63,7 +56,7 @@ module.exports = {
extensions: ['.js', '.jsx', '.ts', '.tsx'],
},
},
'import/core-modules': [...packages],
'import/core-modules': ['src'],
},
overrides: [
{